function openWindow(url,name,param){
	var newwindow = window.open(url,name,param);
	newwindow.focus();
}

