function popup(url, width, height){	window.open(url, "", "height="+height+",width="+width+",resizable");}
