
function imagepopup(id) {
	posleft = (window.screen.availWidth - 590) / 2;
	postop = (window.screen.availHeight - 670) / 2;
	xxl = window.open('/shop/imagepopup?id=' + id, 'xxlpicture', 'top=' + postop + ',left=' + posleft +',width=535,height=638,menubar=no,status=no,location=no,toolbars=no,resizable=no,scrollbars=no');
}

function infopopup (path) {
	posleft = (window.screen.availWidth - 590) / 2;
	postop = (window.screen.availHeight - 670) / 2;
	xxl = window.open(path, 'xxlpicture', 'top=' + postop + ',left=' + posleft +',width=535,height=638,menubar=no,status=no,location=no,toolbars=no,resizable=no,scrollbars=yes');
}