function popup(pagelink,height,width,otheroptions) {
	    var new_window = "height=" + height + ",width=" + width + otheroptions; 
	    win2=window.open(pagelink, 'LHC_'+Math.floor(Math.random()*100000), new_window);
}
	  

