
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=648,menubar=no,status=no,location=no,toolbars=no,resizable=0,noresize=noresize,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=648,menubar=no,status=no,location=no,toolbars=no,resizable=no,scrollbars=yes');
}

function submitform (formName) {
	document.forms[formName].submit();
}
