
function openWindow(img,width,height) 
{
    openWindowWH(img,718,520) ;
}

var message = 'Полета с * са задължителни !';


function openWindowWH(img,width,height) 
{
    popupWin = window.open("/image/"+img,"Name","top=50,left=50,resizable=no,width="+width+",height="+height+",scrollbars=no,menubar=no");
	popupWin.focus();
}




function toggleForm(){
	var frm = document.getElementById("contact_form");
	if(frm){
		frm.style.display = (frm.style.display == "none") ? "" : "none";
	}
}
