function openWin(url,height,width)
{	
	window.open(url,'mywin','derictories=no, location=no, menubar=no, status=no, toolbar=no, resizable=no, scrollbars=no, height='+height+', width='+width);
	}
