function popUpWindow1(URL)	{
	remote = window.open(URL,"popUpWindow1","toolbar=0,location=0,directories=0,status=0,menubar=0,width=170,height=242,screenX=0,screenY=0,left=5,top=5,scrolling=1");
	if (remote.opener == null) remote.opener = window; 
	remote.opener.name = "remote";

}

function popUpWindow2(URL)	{
	remote = window.open(URL,"popUpWindow2","toolbar=0,location=0,directories=0,status=0,menubar=0,width=630,height=480,screenX=0,screenY=0,left=5,top=5,scrolling=1");
	if (remote.opener == null) remote.opener = window; 
	remote.opener.name = "remote";

}
function popUpWindow3(URL)	{
	remote = window.open(URL,"popUpWindow3","toolbar=0,location=0,directories=0,status=0,menubar=0,width=620,height=211,screenX=0,screenY=0,left=5,top=5,scrolling=0");
	if (remote.opener == null) remote.opener = window; 
	remote.opener.name = "remote";

}