function mapWin(url,num)
{
	window.open(url,num,"width=630,height=650,scrolling=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}

function menuWin(url,num)
{
	window.open(url,num,"width=630,height=710,scrolling=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}

function newsWin(url,num)
{
	window.open(url,num,"width=680,height=650,scrolling=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}

function contactWin(url,num)
{
	window.open(url,num,"width=550,height=580,scrolling=no,toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no");
}

function shopWin(url,num)
{
	window.open(url,num,"width=512,height=510,scrolling=yes,toolbar=yes,location=yes,directories=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes");
}