function Cover(id, width, height) {
	wndCover = window.open("", "cover", "width="+width+",height="+height);
	docCover = wndCover.window.document;
	docCover.writeln("<html>");
	docCover.writeln("<title>Îáëîæêà</title>");
	docCover.writeln("<body bgColor=#ffffff leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0>");
	docCover.writeln("<img src=\"/images/magazine/issues/"+id+"b.jpg\" width="+width+" height="+height+">");
	docCover.writeln("</body>");
	docCover.writeln("</html>");
}

function ImgOver( obj, lang ) {
	obj.src = "/img/"+lang+"/but"+obj.name+"Over.gif";
}

function ImgOut( obj, lang ) {
	obj.src = "/img/"+lang+"/but"+obj.name+".gif";
}

function SetFont(id) {
	location.href = "/setfont.php?font="+id+"&href="+location.href;
}

function Popup(width,height1) {
		var x,y;
		x = screen.width;
		y = screen.height;
		var Ypopup;
		Ypopup = (y/2)-(height1/2);
		var Xpopup;
		Xpopup = (x/2)-(width/2);

		wndCover = window.open("/html/text", "window", "width="+width+",height="+height1+"dependent,alwaysRaised,left="+Xpopup+",top="+Ypopup+",location=no, directories=no");
		add_cart = wndCover;
		return wndCover;	
}
