

function fopenWindow(PURL,PWidth,PHeight){
	var str1 = "toolbar=no, scrollbars=no, resizable=no, status=yes, location=no, ";
	var str2 = "width="+PWidth+", height="+PHeight;
	var str = str1 + str2;
	var wnd = open(PURL,"",str);
	wnd.Width = PWidth;
	wnd.Hidth = PHeight;
	wnd.top.moveTo(350,180);
}





function RefreshBottom() {
  top.BOTTOM.location="bottom.html";
}



