// window.js
function mmWin(scr){
	var orderWin=window.open(scr,"scr","width=620,height=550,toolbar=no,scrollbars=yes,resizable=yes,menubar=no,status=no,top=0px,left=0px");
	orderWin.window.focus();
}

function eventWin(scr){
	var orderWin=window.open(scr,"scr","width=950,height=780,toolbar=no,scrollbars=yes,resizable=yes,menubar=no,status=no,top=0px,left=0px");
	orderWin.window.focus();
}

function actWin(scr){
	var orderWin=window.open(scr,"scr","width=950,height=780,toolbar=no,scrollbars=yes,resizable=yes,menubar=no,status=no,top=0px,left=0px");
	orderWin.window.focus();
}
