function BigWin(ProductID, ImageWidth, ImageHeight) {
	ImageWidth = eval(ImageWidth) + 44;
	ImageHeight = eval(ImageHeight) + 71;
	ProductWin = window.open('/popup/BigPicture.php?Number=' + ProductID,'','status=0,toolbar=0,menubar=0,width=' + ImageWidth + ',height=' + ImageHeight + ' resizable=no,scrollbars=no');
}

function BizeUlasin() {
	IRTIBAT = window.open('/popup/BizeUlasin.php','','status=0,toolbar=0,menubar=0,width=505,height=335,resizable=yes,scrollbars=no');
}
