function openwin(url){
 	 var winobj = 	window.open(url,"window","width=400,height=300,resizable,status","replace");
 	
}
