function openWindow(url,features){ 
	window.open(url, "popup", features); 
} 

