function newwin(url){
	
	var fullURL = url;
	newWin = window.open(fullURL, "pop", "width=730,height=580,scrollbars=yes,resizable=yes,status=yes"); 
	newWin.focus();
	
}