function zpop(strURL, intWidth, intHeight){
	var zpop = window.open(strURL, "", "width="+intWidth+", height="+intHeight+", toolbar=no, location=no, directories=no, status=no, menubar=no, resizable=yes, scrollbars=yes");
	zpop.creator = self;
}
