function winopen(openurl, opentitle, x, y)
{
	javascript:window.open(openurl, opentitle, "width="+ x +",height="+ y +"top=0,left=0,scrollbars=0,resizable=1,toolbar=0,menubar=0,location=0,directories=0,status=0");
}
