function resetPage(which2reset) {
	//top.window.frames.root.frames[0].location.href="/home.asp"
	//alert(parent.window.frames[0])
	if (parent.window.frames[0]){
	parent.window.frames[0].allOff();
	parent.window.frames[0].imgClick(which2reset,'null');
	}
}

function opennw(url,w,h){
	var f='toolbar=0,location=0,directories=0,status=0,scrollbars=1,resizable=1,copyhistory=0,top=10,left=60,'
	var nw=window.open(url,'',''+f+'width='+w+',height='+h+'');
//      if (nw.opener == null)
//         { nw.opener = window; }
//	nw.focus();
}
 