function pop(url) {
  	window.open (url,"mywindow", "status=0,toolbar=0,resizable=1,height=400,width=360,scrollbars=yes" );
}
	
	
	