//window.open('http://www.manyw.com/adv_29oct03.htm','2','resizable=yes,scrollbars=yes,width=550,height=400')
function goto_URL(what) {
   window.location.href= what.options[what.selectedIndex].value;

}
function goto_URL_self(what) {
   top.location.href= what.options[what.selectedIndex].value;
}
function linkto0() {
  advwin0 = window.open(Links0[ran0],"newwin","scrollbars=yes,resizable=yes,location=yes,width=800,height=600,top=1,left=1");
}

function linkto1() {
  advwin1 = window.open(Links1[ran1],"newwin","scrollbars=yes,resizable=yes,location=yes,width=800,height=600,top=1,left=1");
}

function linkto2() {
  advwin2 = window.open(Links2[ran2],"newwin","scrollbars=yes,resizable=yes,location=yes,width=800,height=600,top=1,left=1");
}

function openwin(link) {
  commentwin = window.open(link,"newwin","scrollbars=yes,resizable=yes,location=yes,width=800,height=600,top=1,left=1");
}

function search(wanted) {
  a = "http://www.manyw.com/search/search_list.php?search="+wanted+"&type=all&submit=1";
  openwin(a)  ;
}

function changepic() {
  document.adarea0.src = adImages0[ran0]
  document.adarea1.src = adImages1[ran1]
  document.adarea2.src = adImages2[ran2]
  //window.open ('http://www.manyw.com/newserver.htm', 'newWin', 'scrollbars=yes,status=yes,width=600,height=380')
 
} 

function openWinWithScroll(url, width, height) {
  window.open(url,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=' + width + ',height=' + height + ',left=10,top=10');
}

function handleEscape(){
	if (window.navigator.userAgent.indexOf("MSIE") == -1) return true; 
	var   keycode;   
	if(document.all){   
		keycode=window.event.keyCode;   
	} else {
		keycode=event.which;
	}
	if (keycode==27)
		return false;
	else
		return true;
}

