function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function openwin(url,name,w,h,t,m,d,s){
	return window.open(url,name,"resizable=1,scrollbars=0,width="+w+",height="+h+",toolbar="+t+",menubar="+m+",directories="+d+",status="+s)
}