function popup_image(i,w,h) {
	pw = window.open('pop_image.php?i='+i+'&w='+w+'&h='+h, 'pop_movie', 'menubar=no, toolbar=no, resizable=yes, scrollbars=yes, status=no, width='+w+', height='+h);
	pw.focus();
}
function popup_sale(i,w,h) {
	pw = window.open('pop_sale.php?i='+i+'&w='+w+'&h='+h, 'pop_movie', 'menubar=no, toolbar=no, resizable=yes, scrollbars=yes, status=no, width='+w+', height='+h);
	pw.focus();
}
function setMainFlash(id,swf) {
	if ((document.implementation && document.implementation.createDocument)||(window.ActiveXObject)){
		document.getElementById(id).innerHTML = '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="100%" id="main" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+swf+'" /><param name="quality" value="high" /><param name="scale" value="noscale" /><param name="salign" value="lb" /><param name="bgcolor" value="#c6006f" /><embed src="'+swf+'" quality="high" scale="noscale" salign="lb" bgcolor="#c6006f" width="100%" height="100%" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';	
	}else {
		document.getElementById(id).style.background = 'url(images/spacer.gif) 0 0 no-repeat';
		document.getElementById(id).style.height = '1px';
	}
}
function popup_image2(i,w,h) {
	pw = window.open('pop_image2.php?i='+i+'&w='+w+'&h='+h, 'pop_movie', 'menubar=no, toolbar=no, resizable=yes, scrollbars=yes, status=no, width='+w+', height='+h);
	pw.focus();
}
function popup_artistic(i,w,h) {
	pw = window.open('pop_artistic.php?i='+i+'&w='+w+'&h='+h, 'pop_movie', 'menubar=no, toolbar=no, resizable=yes, scrollbars=yes, status=no, width='+w+', height='+h);
	pw.focus();
}

