function megnyit(page,width,height)
{
	var    xPos = 0;
	var    yPos = 0;

Window=open(page,'netre','top='+yPos+',left='+xPos+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+width+',height='+height);
}

function pop(eURL,width,height)
{
	var    xPos = 20;
	var    yPos = 15;

 window.open(eURL,'extra','top='+yPos+',left='+xPos+',toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+width+',height='+height);
}

function pop2(eURL,width,height)
{
	var    xPos = 20;
	var    yPos = 15;

 window.open(eURL,'extra','top='+yPos+',left='+xPos+',toolbar=0,location=1,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width='+width+',height='+height);
}