function window_open(url, name, height, width, menubar, resizable, scrollbars, status, toolbar){
	window.open(url,name,'height='+height+',width='+width+',menubar='+menubar+',resizable='+resizable+',scrollbars='+scrollbars+',status='+status+',toolbar='+toolbar);
}