function popUp(url){
	window.open(url,'Window1','menubar=no,width=430,height=360,toolbar=no,resizable=yes');
}
