function gomail() {
	var adr="mailto"+":"+"info"+"@"+"crocus"+"-"+"city"+"."+"ru";
	document.location=adr;
}

function openWin(link) {
	if (window.pup) pup.close();
	pup=window.open("/popup.html", "popup", "toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=no, scrollbars=no, width=10, height=10");
	pup.document.writeln('<html><head><title>Crocus City Mall</title></head><body style="padding: 0px; margin: 0px;">');
	pup.document.writeln('<img src="'+link+'" name="pic" onLoad="resizeTo(document.pic.width , document.pic.height)"');
	pup.document.writeln("</body></html>");
}

function openWind(link, width, height) {
	if (window.pup) pup.close();
	pup=window.open("/popup.php?link="+link, "popup", "width="+width+", height="+height);
	pup.focus();
}