function pop(inurl) { 
				 var popped = window.open(inurl,"","width=350,height=400,resizable=yes,scrollbars=yes,toolbar=no"); 
}

