

function open_win(what_link,the_x,the_y,toolbar,addressbar,directories,statusbar,menubar,scrollbar,resize,history,pos,wname) {
	newwin = window.open(what_link,wname,'width='+the_x+',height='+the_y+',resizable='+resize);
	newwin.focus();
	return void(0);


} 	