var arrTemp=self.location.href.split("?"); 
var picUrl = (arrTemp.length>0)?arrTemp[1]:""; 
var NS = (navigator.appName=="Netscape")?true:false; 
   
function do_resize(){
	iWidth = (NS)?window.innerWidth:document.body.clientWidth; 
	iHeight = (NS)?window.innerHeight:document.body.clientHeight; 
	iWidth = document.images[0].width - iWidth; 
	iHeight = document.images[0].height - iHeight; 
	window.resizeBy(iWidth, iHeight); 
	self.focus(); 
	}
	
function p(i) {
	w=640;
	h=640;
	day = new Date();
	id = day.getTime();
	eval("page" + id + " = window.open(i, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width='+w+',height='+h+',left = 150,top = 75');");
	}