/* 
-----------------------------------------
|         By A. Bhulai 01/01/98         |
|You're welcome to use/edit this script.|
| Keep the comments and drop me a note. |
-----------------------------------------
|                                       |
|   http://www.xs4all.nl/~abhulai/      |
|  Vote for my page at the above URL    |
-----------------------------------------
*/

function PullDown(urlform) {		
durl = (urlform.urllist.options[urlform.urllist.selectedIndex].value);

if (durl=="http://pub2.bravenet.com/cartoon/show.php?usernum=115652322&cpv=2") {
  top.location.href=durl;
	}

if (durl=="browser_info") {
window.open("http://www.xs4all.nl/~abhulai/browser.html","_self");
	}

if (durl=="acknowledgement") {
window.open("http://www.xs4all.nl/~abhulai/credit.html","_self");
	}

if (durl=="games") {
window.open("http://www.xs4all.nl/~abhulai/games/games.html","_self");
	}

if (durl=="icqchat") {
window.open("http://www.xs4all.nl/~abhulai/icqchat.html","_self");
	}

if (durl=="worldclock") {
window.open("http://www.xs4all.nl/~abhulai/worldclock.html","_self");
	}

urlform.urllist.selectedIndex=0
}	

