// JavaScript Document
if (parseInt(navigator.appVersion) >= 4 && navigator.javaEnabled()) { 
	if (document.layers) document.layers.pop.left = ((window.innerWidth / 2) - (330 / 2))+"px";
	else if (document.all) document.all.pop.style.left = ((document.body.offsetWidth / 2) - (330 / 2))+"px";
	else if (document.getElementById) document.getElementById("pop").style.left = ((window.innerWidth / 2) - (330 / 2))+"px";
}
