function openwindow(url){
	/*alert("opening:" + url);*/
	NewWindow=window.open(url,"newWin","status=1,location=0,resizable=0,scrollbars=0,titlebar=0,toolbar=0,width=400,height=400,left=20,top=20");  
	NewWindow.focus(); 
	void(0); 
}

