var menuitem=0;
var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;

function DocPrint(){

 var bRes = window.confirm("Вы хотите распечатать страницу?");

 if(!bRes) return;

 window.print();
}


function image(type, image, width, height)
{	
	var time = new Date();
	code=time.getTime();
	
	if (isOpera==true)
	{
		window.open("/image.php?type="+type+"&image="+image+"&code="+code, '', 'left='+(parseInt(window.screen.width/2)-275)+'px, top=0px, width='+width+'px, height='+height+'px, location=no, resizable=yes, menubar=yes, scrollbars=no');
	} 
	else
	{
		var param="dialogWidth:"+width+"px;dialogHeight:"+height+"px;center:1;dialogHide:0;edge:raised;help:0;menu:1;resizable:0;scroll:0;status:0"
		var mydate = window.showModalDialog("/image.php?type="+type+"&image="+image+"&code="+code,"",param);
	}
	
	return false;
}

contacts=false; 

