<SCRIPT LANGUAGE="JavaScript">
<!--
function pop_5dayweather(form) {
	var search_link = "/weather/uksearchresults.shtml?search=" + form.search.value;
	window.open(search_link,'weather_5day_popup','status=no,scrollbars=yes,resizable=no,width=600,height=425,screenX=200,screenY=200,top=200,left=200');
	window.name = 'bbcweather_page';
	return false;
}

function pop_5dayquick(inputlink) {
	window.open(inputlink,'weather_5day_popup','status=no,scrollbars=yes,resizable=no,width=600,height=425,screenX=200,screenY=200,top=200,left=200');
	window.name = 'bbcweather_page';
	return false;
}
//-->
</SCRIPT>

<SCRIPT LANGUAGE="JavaScript">
<!--
function popWin(the_page,the_target,the_width,the_height) {
		window.open(the_page,the_target,"status=no,menubar=no,scrollbars=no,resizable=no,width=" + the_width + ",height=" + the_height);
} 
//-->
</SCRIPT>





	<A HREF="fiveday/fiveday.shtml" TARGET="Fiveday" ONCLICK="popwin(this.href,this.target,560,400,'',''); return false;"></A>
	
	<A HREF="/weather/5day.shtml?world=0006" TARGET="weather_5day_popup" onClick="popwin(this.href,this.target,600,425,'scroll',''); return false;"><IMG SRC="/weather/images/gui/go_9999cc.gif" WIDTH="19" HEIGHT="16" ALT="Go" BORDER="0" HSPACE="0" VSPACE="0"></A>
