// SUBWINDOW +++++++++++++++++++++++++++++++++++++++++++++//
function Openwin(html,name,width,height,scroll,resize) {
	window.open(html,name,"width="+width+",height="+height+",toolbar=0,location=0,status=0,menubar=0,scrollbars="+scroll+",resizable="+resize+"");
}

// Privacy Policy SUBWINDOW +++++++++++++++++++++++++++++++++++++++++++//
function wdw1(){
	this.Openwin("menu_monthly.html","layout",559,794,"no","no");
}