// 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 coment1(){
	this.Openwin("coment1.html","layout",380,150,"no","no");
}

function coment2(){
	this.Openwin("coment2.html","layout",380,150,"no","no");
}

function coment3(){
	this.Openwin("coment3.html","layout",380,150,"no","no");
}

