<!--
    function popUp(w,h) {
		var w,h;
		var l = screen.width-(w+80);
  		var t = screen.height-(h+120);
		window.open('','3d','width='+w+',height='+h+',top=' + t + ',left=' + l +',resizable=no,menubar=no,scrollbars=no');
        }
//-->
