function openwindow(){
	window.open("../director.html","mywindow","menubar=1,resizable=1,width=500,height=550,scrollbars=1");
}