   
function popwin(winURL,winName,winWidth,winHeight,winLeft,winTop){		window.open(winURL,winName,		"height=" + winHeight + 		",width=" + winWidth  + 		",left="  + winLeft   +		",top="   + winTop    +		",menubar=0,resizable=0,location=0,directories=0,scrollbars=0,status=0,titlebars=0,toolbars=0")	}   //-->

