	function popupLinkToUs(url, code) {
		var w = 450;
		var h = 300;
		var l = (screen.width / 2) - 200;
		var t = (screen.height / 2) - 200;
		var winprops = 'height='+h+',width='+w+',top='+t+',left='+l+',scrollbars=0,toolbar=0,resizable=1, menubar=0, location=0, status=0, titlebar=0, directories=0';
		win = window.open('http://198.168.252.6/kidsnetsphere/link_to_us.php?dCODE='+code+'&Lang=en&URL=http://'+url, 'kids', winprops);
		if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
	}