var wW
var wth = 0
var hth = 0	
var lp = 0
var tp = 0	
var IE = document.all?true:false;

function f_aw(){ 			
	var reg = "adelaide"
	var url = 'http://weather.news.com.au/' +reg+ '.htm'		
	
	wth = 230
	hth = 205
	
	if (IE) {		
		lp = event.clientX + document.body.scrollLeft + window.screenLeft + 40;
		tp = event.clientY + document.body.scrollTop + window.screenTop - 200;
	}else{		
		lp = (screen.width) ? (screen.width-wth)/2 : 0
		tp = (screen.height) ? (screen.height-hth)/2: 0
	}
				
	wW = window.open(url,reg,"toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,height="+hth+",width="+wth+",top="+tp+",left="+lp);
	wW.focus()
}

function f_dict(){	
	
	wth = 360
	hth = 360
	
	lp = (screen.width) ? (screen.width-wth)/2 : 0
	tp = (screen.height) ? (screen.height-hth)/2: 0
	
	lW = window.open("","Dict","resizable=yes,scrollbars=yes,height="+hth+",width="+wth+",top="+tp+",left="+lp)							
	lW.focus()
	
	lW.document.clear
	lW.document.write("<html><head><title>:: Online Dictionaries</title></head><frameset rows='48%, 52%' frameborder=no border=0 framespacing=0><frame name=up src='http://www34.brinkster.com/ukrainians/dict.htm' scrolling=yes noresize><frame name=dn src='http://www34.brinkster.com/ukrainians/dict.asp' scrolling=no style='border-top: solid 1px navy'></frameset></html>")		
	lW.document.close()		
}

function f_wICQ() {
	var wth = 164
	var hth = 446
								
	var lp = (screen.availWidth - wth) - 15;
	var tp = (screen.height - hth) - 60;
					
	icq = window.open("http://go.icq.com/icqgo/web/0,,,00.html","ICQ","resizable=yes,scrollbars=no,height="+hth+",width="+wth+",top="+tp+",left="+lp)											
	icq.focus()						
}