function openw(url,wn,tb,wt,ht,dr,st,sc,rs,mn) {

	var prop = ("toolbar=" + tb + ",width=" + wt + ",height=" + ht + ",directories=" + dr + ",status=" + st + ",scrollbars=" + sc + ",resizable=" + rs + ",menubar=" + mn);
	window.open(url,wn,prop);

}