//**************popup sized window*******************
	function opnwin(url,width,length)
{
	wf = open(url, "", "width="+width+",height="+length+",resizable=0,status=0,scrollbars=0")
}
	