function jsOpenWindow(url,title,sb,w,h,x,y,l,t) {
	var features = "scrollbars=" + sb + ",width=" + w + ",height=" + h + ",screenx=" + x + ",screeny=" + y + ",left=" + x + ",top=" + y;
  	window.open(url,title,features);
}

function jsAutoResize(){
	window.moveTo(0,0);
	window.resizeTo(screen.availWidth-1,screen.availHeight-1);
	
	
}		
function launchSite(){thewindow = window.open('start.asp', 'InteractiveAfrica', config='height=768,width=1024,toolbar=no,menubar=no,scrollbars=no,resizable=no,location=no,directories=no,status=no,screeny=0,screenx=0,left=0,top=0');
  }
