<!--
function c() {
var popszer = 540;
var popwys = 720;
var toolbar = 0;
var status = 0;
var aszer = ((window.screen.width/2) - (popszer/2) - 5);
var awys = ((window.screen.height/2) - (popwys/2) - 13 - (status*12) - (toolbar*24));
var popup = window.open("cover.html","art_design","status=" + status + ",toolbar=" + toolbar + ",height=" + popwys + ",width=" + popszer + ",resizable=no,left=" + aszer + ",top=" + awys + ",scrollbars=no");
popup.focus();
}
// -->
