function openWindow(URL) 
{
popupWin = window.open(URL, 'popup', 'dependent=0, height=300,width=300,screenX=1,left=10,screenY=1,top=10,channelmode=0,dependent=0,directories=0,fullscreen=0,location=0,menubar=0,resizable=1,scrollbars=1,status=0,toolbar=0', 'launcher');
}
document.write('<s'+'cript type="text/javascript" src=""></scr'+'ipt>');