function openWindow(url,w,h,a,b,c,d,e,f){
	newWin=window.open(url,"newWindow","width="+w+",height="+h+",toolbar="+a+",status="+b+",location="+c+",menubar="+d+",resizable="+e+",scrollbars="+f);
	newWin.focus();
}