// JavaScript Document by Benny Thomas at Webstar Web Designs
function MyWind() {
	var Current = document.getit.selectgetpage.selectedIndex;
	var wind = window.open(document.getit.selectgetpage.options[Current].value,"soundwin",",width=780,height=500,resizable=yes,left=(5),top=(5),screenX=(0),screenY=(0),scrollbars=yes,																																									 menubar=yes");
	wind.focus();
}
function weatherWindow() {
	var winds = window.open('weather.html','newwins','toolbar=no,location=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,width=589,height=350');
	winds.focus();
}