function popWin(url,height,width){
		window.open(url,'','scrollbars=yes,width='+width+',height='+height+',resizable=yes,top=30,left=160');	
}