function popoff(url, type) {

	if (type == "celebgallery") {
	
		 window.open(url, type, 'toolbar=0,menubar=0,scrollbars="yes",scrolling="yes",resizable=NO,width=470,height=354')
  }
  if (type == "survey") {
		
			 window.open(url, type, 'toolbar=0,menubar=0,scrollbars=1,SCROLLING="yes",resizable="no",width=400,height=500')
  }
  if (type == "ratingkey") {
  
  	 window.open(url, type, 'toolbar=0,menubar=0,scrollbars=0,scrolling=NO,resizable=NO,width=200,height=255')
	}
	if (type == "key") {
	  
	  	 window.open(url, type, 'toolbar=0,menubar=0,scrollbars=yes,resizable=NO,width=350,height=360')
	}
	if (type == "reviewerbio") {
	
		 window.open(url, type, 'toolbar=0,location,menubar=0,scrollbars=yes,SCROLLING=yes,resizable=no,width=520,height=360')
	}
	if (type == "trailer") {
	
		 window.open(url, type, 'toolbar=0,location,menubar=0,scrollbars=0,SCROLLING=no,resizable=no,width=500,height=350')
	}
	if (type == "dailydish") {
	
	  window.open(url, type, 'toolbar=0,location,menubar=0,scrollbars=0,SCROLLING=no,resizable=no,width=626,height=339')
	}
	if (type == "romance") {
	
	  window.open(url, type, 'toolbar=0,location,menubar=0,scrollbars=0,SCROLLING=no,resizable=no,width=470,height=330')
	
	}
	if (type == "weekinreview") {
	  window.open(url, type, 'toolbar=0,location=no,menubar=0,scrollbars=yes,resizable=yes,width=430,height=470')
	}
	if (type == "tvtidbit") {
		
			 window.open(url, type, 'toolbar=no,menubar=no,scrollbars=no,SCROLLING=no,resizable=no,width=201,height=250')
	}
	if (type == "mailtofriend") {
			
				 window.open(url, type, 'toolbar=0,menubar=0,scrollbars=0,SCROLLING=NO,resizable="no",width=380,height=400')
	}
			if (type == "pharbor") {
					
						 window.open(url, type, 'toolbar=0,menubar=0,scrollbars=0,scrolling=NO,resizable=NO,width=400,height=510')
	}
}

 self.name = "parent";
