	
	/*popup window*/
	
	function openWindow(url,windowName,features){
		window.open(url,windowName,features);
	}

