function win_1() {
	cWidth=document.body.clientWidth;
	cHeight=document.body.clientHeight;
	sTop=document.body.scrollTop;
	oleft=(cWidth-500)/2;
	otop=(cHeight-300)/2;
msg=window.open("","msg","width=500,height=300,left="+oleft+",top="+otop+",scrollbars=yes");
msg.document.write("<html><title>FloraExpress.kz</title>");
msg.document.write("<body bgcolor='#ffffff' leftmargin='10' topmargin='10' rightmargin='10' bottommargin='10' onblur=window.close()>");
msg.document.write("<center>Здесь, судя по всему будет краткая справка</center>");
msg.document.write("</body></html>");}


function win_2() {
	cWidth=document.body.clientWidth;
	cHeight=document.body.clientHeight;
	sTop=document.body.scrollTop;
	oleft=(cWidth-500)/2;
	otop=(cHeight-300)/2;
msg=window.open("","msg","width=500,height=300,left="+oleft+",top="+otop+",scrollbars=yes");
msg.document.write("<html><title>FloraExpress.kz</title>");
msg.document.write("<body bgcolor='#ffffff' leftmargin='10' topmargin='10' rightmargin='10' bottommargin='10' onblur=window.close()>");
msg.document.write("<center>Здесь, судя по всему будет какое-то поздравление к выбранному случаю</center>");
msg.document.write("</body></html>");
}

function win_messages() {
	cWidth=document.body.clientWidth;
	cHeight=document.body.clientHeight;
	sTop=document.body.scrollTop;
	oleft=(cWidth-500)/2;
	otop=(cHeight-300)/2;
msg=window.open("/content/contentus/messages.php","msg","width=500,height=300,left="+oleft+",top="+otop+",scrollbars=yes");
}

function chk(id)
{
	if (document.getElementById(id).checked==true)
	{
		document.getElementById(id).checked = false;
	}
	else
	{
		document.getElementById(id).checked = true;
	}
}