// JavaScript Document

function bigpic(idpic){	
window.open('/images/shops/photos/'+idpic, 'photo', "width=658, height=505,  Toolbar=0, Status=0, Menubar=0, Scrollbars=0, Resizable=0");	
}
/*
function showshema(idshema){
window.open('/images/shops/'+idshema, 'shema', 'width=375, height=610,  Toolbar=0, Status=0, Menubar=0, Scrollbars=0, Resizable=0');	
}*/

function showshema(idshema){
window.open('transport.php?sp='+idshema, 'shema', 'width=650, height=700,  Toolbar=0, Status=0, Menubar=0, Scrollbars=0, Resizable=0');	
}
function vacmenumouseover(id){	
	document.getElementById(id).style.backgroundColor='#FFFCC7';	
}
function vacmenumouseout(id){
	document.getElementById(id).style.backgroundColor='#FFFFFF';
}

function clubcard(){
window.open('clubcard.php', 'club', 'width=790, height=700,  Toolbar=0, Status=0, Menubar=0, Scrollbars=1, Resizable=0');	
}

function fullnews(newid){
window.open('fullnews.php?nid='+newid, 'news', 'width=790, height=500,  Toolbar=0, Status=0, Menubar=0, Scrollbars=1, Resizable=0');	
}


function printnews(newid){
window.open('printnews.php?nid='+newid, 'pnews', 'width=600, height=500,  Toolbar=0, Status=0, Menubar=0, Scrollbars=1, Resizable=0');	
}

function printpage(){	
	document.getElementById('printnews').style.display='none';
	window.print();	
}