function __NAME_1__window(){
window.open("/__DIRECTORY__/__PAGE__.html","","height=__H__,width=__W__,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=150,top=150")
}
function __NAME_2__window(){
window.open("/__DIRECTORY__/__PAGE__.html","","height=__H__,width=__W__,menubar=0,resizable=0,scrollbars=0, status=0,titlebar=0,toolbar=0,left=155,top=155")
}
function popwin(FILE,WIDTH,HEIGHT){
	var screenWidth = screen.width;
	var left = screenWidth - WIDTH - 50;
	window.open(FILE,"","width="+WIDTH+",height="+HEIGHT+",menubar=0,resizable=1,scrollbars=1, status=0,titlebar=0,toolbar=0,left="+left+",top=50");
	window.name="main";
}
