




/*
     FILE ARCHIVED ON 7:38:34 Feb 15, 2004 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 21:16:41 Dec 5, 2011.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/**
 * Filename       : 00000001.tpl
 * MasterFilename : 00000001.tpl2
 * Author         : Alex Aw Seat Kiong (alexawsk@yahoo.com)
 * Create Date    : 7 Aug 2002
 *
 * Comments:
 *	This is the ISB (Interactive Search Banner) for IPOS home page at
 *	http://web.archive.org/web/20040215073834/http://www.gov.sg/minlaw/ipos/
 *
 * Copyright(c)2002 by BIGontheNet.com. All right(s) are reserved by
 * BIGontheNet.com. No part(s) are to be used or modified without
 * written approval from BIGontheNet.com (http://web.archive.org/web/20040215073834/http://www.bigonthenet.com).
 */

var VISIBLE;
var HIDDEN;
var isIE = false;
var isNav = false;
var docID;

var isNav4=false;
var isNav6=false;
var isIE4=false;
var isIE5=false;
var isIE5up=false;
if (parseInt(navigator.appVersion) >= 4) {
        if (navigator.appName.indexOf("Microsoft") == -1 &&
                navigator.appName.indexOf("MSIE") == -1) {
                if (navigator.appName.indexOf("Netscape6") != -1) {
                        isNav6 = true;
                        isIE5 = true;   /* Nav6 and IE5 has almost same functionalities */
                        ieIE4 = false;
                        isNav4 = false;
                }
                else {
                        isNav4 = true;
                        isIE4 = false;
                        isIE5 = false;
                }
        } else {
                isNav4 = false;
                if (navigator.appVersion.indexOf("MSIE 5") != -1) {
                        isIE5 = true;
                        isIE4 = false;
                } else if (navigator.appVersion.indexOf("MSIE 4") != -1) {
                        isIE4 = true;
                        isIE5 = false;
                }
                else {
                        isIE5up = true                  	
                        isIE4 = false;
                        isIE5 = false;                   	
                }
        }
}

/*if (isIE5 == true || isIE5up == true) {
	isIE = true;
	VISIBLE = "visible";
	HIDDEN = "hidden";	
	docID = document.all;
}
else if (isNav4 == true) {
	isNav = true;
	VISIBLE = "show";
	HIDDEN = "hide";
	docID = document.ids;
}*/
if (isIE5 == true || isIE5up == true) {
	isIE = true;
	VISIBLE = "visible";
	HIDDEN = "hidden";	
	docID = document.all;
}
else if (isNav4 == true) {
	isNav = true;
	VISIBLE = "show";
	HIDDEN = "hide";
	docID = document.ids;
}


function ShowSources80010000010000580135() {
	if (document.all) {
		document.all.SrcSel80010000010000580135.style.visibility = VISIBLE;
		document.all.MenuOption180010000010000580135.style.visibility = HIDDEN;
		document.all.MenuOption280010000010000580135.style.visibility = VISIBLE;
		document.all.Line380010000010000580135.style.visibility = HIDDEN;
		document.all.Line480010000010000580135.style.visibility = HIDDEN;			
	}
	else if (document.layers) {
		document.CustBanner80010000010000580135.SrcSel80010000010000580135NS.style.visibility = VISIBLE;
		document.MenuOption180010000010000580135.style.visibility = HIDDEN;
		document.MenuOption280010000010000580135.style.visibility = VISIBLE;
	}
}

function CloseSources80010000010000580135() {
	if (document.all) {
		document.all.SrcSel80010000010000580135.style.visibility = HIDDEN;
		document.all.MenuOption180010000010000580135.style.visibility = VISIBLE;
		document.all.MenuOption280010000010000580135.style.visibility = HIDDEN;
		document.all.Line380010000010000580135.style.visibility = VISIBLE;
		document.all.Line480010000010000580135.style.visibility = VISIBLE;		
	}
	else if (document.layers) {
		document.CustBanner80010000010000580135.SrcSel80010000010000580135NS.style.visibility = HIDDEN;
		document.CustBanner80010000010000580135.MenuOption180010000010000580135.style.visibility = VISIBLE;
		document.CustBanner80010000010000580135.MenuOption280010000010000580135.style.visibility = HIDDEN;
	}
}


function execSearch80010000010000580135(banner,target,size) {
	var bigbanner = banner;
  	var objchkboxes = eval("document." + bigbanner + ".sid");
  	var chkboxes = objchkboxes;
	var takeQuery = eval("document." + bigbanner + ".query.value");
	var randId = Math.round(1000000000*Math.random())%1000000000;
	document.CustBanner80010000010000580135.rand.value = randId;	

	if ( (takeQuery == "")||(takeQuery == null) ) {
		alert("Please key in a search string");
	}
	else {  
		var bFound = false;
		for (i=0;i<chkboxes.length;i++) {
			if (chkboxes[i].checked) 
				bFound = true;			
		}
				
		parameter = 'toolbar=yes,top=2,left=3,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=yes,alwaysRaised=yes,copyhistory=no,' + size;
		if (bFound==true){			
			// Simulating the "_blank"
			var randtarget = "srh" + Math.round(1000000000*Math.random())%1000000000;			
			document.CustBanner80010000010000580135.target = randtarget;
			window.open("http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/starting.htm",randtarget,parameter);
			document.CustBanner80010000010000580135.submit();			
		}			
		else 
			alert("Please select at least one source by\nchecking the checkboxes to search.");
	}
}

if (isIE4==true || isIE==true || isNav==true) {
with (document) {
writeln('<table width="470" height="62" border="0" cellspacing="0" cellpadding="0" class="tableborder80010000010000580135">');
  writeln('<tr>');
	
	write('<form target="srh" onsubmit="execSearch80010000010000580135(');
	write("'CustBanner80010000010000580135','_blank','width=650,height=550'");
	writeln('); return false;" name="CustBanner80010000010000580135" action="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/sip/research/sipr_search_in_progress.jsp">');
	writeln('<input type=hidden name="cd" value="8001">');
writeln('<input type=hidden name="bd" value="00000100">');
writeln('<input type=hidden name="sd" value="0058">');
writeln('<input type=hidden name="ld" value="01">');
writeln('<input type=hidden name="bsd" value="35">');

	writeln('<input type=hidden name="req" value="ns">');	
	writeln('<input type=hidden name="srhid" value="17">');
	writeln('<input type=hidden name="enc" value="iso-8859-1">');	
	writeln('<input type=hidden name="tid" value="18">');
	writeln('<input type=hidden name="rand" value="123">');
	writeln('<input type=hidden name="sid" value="282">');

    writeln('<td valign=top>');
writeln('<style type="text/css">');
	writeln('.tableborder80010000010000580135 {');
    writeln('border-width: 1px;');
    writeln('border-style: solid;');
    writeln('border-color: #666666;');
    writeln('}');
	writeln('.globaltext80010000010000580135 {');
		writeln('font-family: Verdana,Tahoma,Arial,sans-serif;');
		writeln('color:#000000;');
		writeln('text-decoration: none;');
		writeln('font-size: 15px;');
	writeln('}');	    
	writeln('.shownewslink80010000010000580135 {');
		writeln('font-family: tahoma, verdana, helvetica, arial;');
		writeln('color:#333333;'); 
		writeln('text-decoration: underline;'); 
		writeln('font-size: 10px;');
		writeln('font-weight:bold;');
	writeln('}');
	writeln('.searchtext80010000010000580135 {');
		writeln('font-family: tahoma, verdana, helvetica, arial;');
		writeln('color:#000000;');
		writeln('text-decoration: none;');
		writeln('font-size: 10px;');
		writeln('font-weight:bold;');
	writeln('}');		    
	writeln('.entries80010000010000580135 {');
		writeln('font-family: Verdana,Tahoma,Arial,sans-serif;');
		writeln('color:#000000;'); 
		writeln('background-color:#FFFFFF;'); 		
		writeln('text-decoration: none;'); 
		writeln('font-size: 10px;');
	writeln('}');
	writeln('.sourcetext80010000010000580135 {');
		writeln('font-family: Verdana,Tahoma,Arial,sans-serif;');
		writeln('color:#000000;'); 
		writeln('text-decoration: none;'); 
		writeln('font-size: 9px;');
	writeln('}');	
	writeln('.newstext80010000010000580135 {');
		writeln('font-family: Verdana,Tahoma,Arial,sans-serif;');
		writeln('color:#000000;'); 
		writeln('text-decoration: none;'); 
		writeln('font-size: 9px;');
	writeln('}');			
	writeln('.newstextlink80010000010000580135 {');
		writeln('font-family: Verdana,Tahoma,Arial,sans-serif;'); 
		writeln('color:blue;'); 
		writeln('text-decoration: underline;'); 
		writeln('font-size: 9px;');
	writeln('}');		
	
	writeln('#Banner80010000010000580135{');
		writeln('position: absolute;');
		writeln('clip: rect(0px 495px 60px 0px);');
		writeln('overflow:' + HIDDEN + ';');
	writeln('}');
	
	writeln('#SrcSel80010000010000580135{');
		writeln('position:absolute;');
		writeln('top: 22px;');
		writeln('visibility:' + VISIBLE + ';');
	writeln('}');

	writeln('#MenuOption180010000010000580135{');
		writeln('position:absolute;');
		writeln('visibility: ' + HIDDEN + ';');
		writeln('z-index: 1;');
	writeln('}');

	writeln('#MenuOption280010000010000580135{');
		writeln('position:absolute;');
		writeln('visibility: ' + VISIBLE + ';');
		writeln('z-index: 1;');
	writeln('}');
	
	writeln('#Line380010000010000580135{');
		writeln('position:absolute;');
		writeln('top: 22px;');
		writeln('visibility: ' + HIDDEN + ';');		
	writeln('}');

	writeln('#Line480010000010000580135{');
		writeln('position:absolute;');
		writeln('top: 36px;');
		writeln('visibility: ' + HIDDEN + ';');	
	writeln('}');	
writeln('</style>');        
   
	if(isIE){
    writeln('<div id="Banner80010000010000580135">');
    writeln('<!-- +2 logo -->');
    writeln('<table class="globaltext80010000010000580135" height="61" border="0" align="center" cellpadding="0" cellspacing="0">');
      writeln('<tr><td width="88" height="61" valign=top>');
      	writeln('<table class="globaltext80010000010000580135" width="88" height="62" border="0" cellspacing="0" cellpadding="0">');
          writeln('<tr><td width="88" height="45"><a href="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg" target="_blank"><img alt="Visit SurfIP.gov.sg for all your custom IP searching" border="0" src="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/logo_surfip.gif" width="88" height="46"></a></td></tr>');
          writeln('<tr><td width="88" height="16"><a href="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg" target="_blank"><img alt="Visit SurfIP.gov.sg for all your custom IP searching" border="0" src="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/sponsor_surfip.gif" width="88" height="16"></a></td></tr>');
        writeln('</table>');
      writeln('</td>');
      writeln('<!-- +2 logo -->');         
      writeln('</td><td height="61" width="380">');        
      writeln('<!-- +body -->');
      	writeln('<table  width="380" height="61" class="globaltext80010000010000580135" background="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/bannerbg_surfip.gif" border="0" cellspacing="0" cellpadding="0">');          
        	writeln('<tr><td width="380" class="searchtext80010000010000580135" valign=top>'); 

						writeln('<div id="MenuOption180010000010000580135">');						
							writeln('<a title="Select the channels to be searched" class="shownewslink80010000010000580135" href="javascript:ShowSources80010000010000580135();">Show&nbsp;Search&nbsp;Channels</a>');
							writeln('<font class="globaltext8001000001000001011">&nbsp;</font>');							
							writeln('<font class="searchtext80010000010000580135"> | Search Patents   Web&nbsp;&nbsp;</font>');	
							//writeln('<input name="query" type="text" class="entries80010000010000580135" size=14>');
							//write('<img onclick="execSearch80010000010000580135(');
							//write("'CustBanner80010000010000580135','_blank','width=650,height=550')");
							//writeln('" style="cursor:hand" border="0" src="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/srhbtn_go.gif" alt="Search Now!" width="19" height="15" align="middle">');														
						writeln('</div>');
						
						writeln('<div id="MenuOption280010000010000580135">');
							writeln('<a title="Switch back to view the news headlines" class="shownewslink80010000010000580135" href="javascript:CloseSources80010000010000580135();">Show&nbsp;News</a>');
							writeln('<font class="globaltext8001000001000001011">&nbsp;</font>');						
							writeln('<font class="searchtext80010000010000580135"> | Search Patents   Web&nbsp;&nbsp;</font>');
							//writeln('<input name="query" type="text" class="entries80010000010000580135" size=25>');
							//write('<img onclick="execSearch80010000010000580135(');
							//write("'CustBanner80010000010000580135','_blank','width=650,height=550')");
							//writeln('" style="cursor:hand" border="0" src="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/srhbtn_go.gif" alt="Search Now!" width="19" height="15" align="middle">');																						
						writeln('</div>');
							writeln('<p align=right><input name="query" type="text" class="entries80010000010000580135" size=14>');
							write('<img onclick="execSearch80010000010000580135(');
							write("'CustBanner80010000010000580135','_blank','width=650,height=550')");
							writeln('" style="cursor:hand" border="0" src="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/srhbtn_go.gif" alt="Search Now!" width="19" height="15" align="middle">&nbsp;</p>');							
			

          writeln('</td></tr>');
          writeln('<tr><td valign="top">');
						writeln('<div id="Line380010000010000580135"><font class="newstext80010000010000580135">');
						writeln('&nbsp;Red Herring Magazine: April, 2002. The Light Briga ...</font>&nbsp;&nbsp;<a class="newstextlink80010000010000580135" target=_blank title="Click here to view the full story" href="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/sip/servlet/com.surfip.sipr.doc.DocFrmSvt?cd=8001&bd=00000100&sd=0058&ld=01&bsd=35&evt=0003&url=http%3A%2F%2Fwww.redherring.com%2Fmag%2Fissue112%2Findex.htm&sName=Red+Herring">(more)</a></div>');
						writeln('<div id="Line480010000010000580135"><font class="newstext80010000010000580135">');
						writeln('&nbsp;alt.cw. ...Patent watch ...Recently issued U.S. pa ...</font>&nbsp;&nbsp;<a class="newstextlink80010000010000580135" target=_blank title="Click here to view the full story" href="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/sip/servlet/com.surfip.sipr.doc.DocFrmSvt?cd=8001&bd=00000100&sd=0058&ld=01&bsd=35&evt=0003&url=http%3A%2F%2Fwww.computerworld.com%2Fnews%2F1996%2Fstory%2F0%2C11280%2C12864%2C00.html&sName=IDG">(more)</a></div>');                      	    	
						writeln('<div id="SrcSel80010000010000580135">');
            writeln('<table class="globaltext80010000010000580135"  width="100%" border="0" cellspacing="0" cellpadding="0">');
            	writeln('<tr><td width="100%" valign="top">');                  	
              	
                	writeln('<table class="globaltext80010000010000580135" width="100%" border="0" cellspacing="0" cellpadding="0">');
                  	writeln('<tr>'); 
											document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="161" checked><a class="sourcetext80010000010000580135" title="IPO Singapore">IPOS</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="96" checked><a class="sourcetext80010000010000580135" title="Search any fields">WIPO</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="22" checked><a class="sourcetext80010000010000580135" title="Search both abstract and databases in all database ...">EPO</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="94" checked><a class="sourcetext80010000010000580135" title="Search both abstract and title in all databases ho ...">UKPO</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="21" checked><a class="sourcetext80010000010000580135" title="Search all fields">USPTO</a></font></td>');
document.writeln('	</tr><tr>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="144" checked><a class="sourcetext80010000010000580135" title="JPO - Industrial Property Digital Library">JPO-IPDL</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="86" checked><a class="sourcetext80010000010000580135" title="Search both abstract and title">CIPO</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="95" checked><a class="sourcetext80010000010000580135" title="Search both abstract and title">Taipei PI</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="3" checked><a class="sourcetext80010000010000580135" title="Web search">Altavista</a></font></td>');
document.writeln('	<td colspan=2 ><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="67" checked><a class="sourcetext80010000010000580135" title="Web search">Google</a></font></td>');

                    writeln('</tr>');
                    writeln('</table>');
                                                                   
                writeln('</td></tr></table>');
                writeln('</div>'); 
                
          writeln('</td></tr></table>');
         
        	writeln('<!-- -body -->');
         writeln('</td></tr></table>');
        writeln('</div>');
   	}//end of if(isIE)
   	else if(isNav==true || isIE4==true){

    writeln('<!-- +2 logo -->');
    writeln('<table class="globaltext80010000010000580135" height="61" border="0" align="center" cellpadding="0" cellspacing="0">');
      writeln('<tr><td width="88" height="61" valign=top>');
      	writeln('<table class="globaltext80010000010000580135" width="88" height="62" border="0" cellspacing="0" cellpadding="0">');
          writeln('<tr><td width="88" height="45"><a href="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg" target="_blank"><img alt="Visit SurfIP.gov.sg for all your custom IP searching" border="0" src="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/logo_surfip.gif" width="88" height="46"></a></td></tr>');
          writeln('<tr><td width="88" height="16"><a href="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg" target="_blank"><img alt="Visit SurfIP.gov.sg for all your custom IP searching" border="0" src="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/sponsor_surfip.gif" width="88" height="16"></a></td></tr>');
        writeln('</table>');
      writeln('</td>');
      writeln('<!-- +2 logo -->');         
      writeln('</td><td height="61" width="380">');        
      writeln('<!-- +body -->');
      	writeln('<table  width="380" height="61" class="globaltext80010000010000580135" background="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/bannerbg_surfip.gif" border="0" cellspacing="0" cellpadding="0">');          
        	writeln('<tr><td width="380" class="searchtext80010000010000580135" valign=top>'); 
					
							writeln('<font class="searchtext80010000010000580135"> Search Patents   Web&nbsp;&nbsp;</font>');
							if(isNav){
								//writeln('<input name="query" type="text" class="entries80010000010000580135" size=15>');
								writeln('<input name="query" type="text" class="entries80010000010000580135" size=6>');
							}
							else {
								//writeln('<input name="query" type="text" class="entries80010000010000580135" size=25>');
								writeln('<input name="query" type="text" class="entries80010000010000580135" size=14>');
							}

							write('<a href="javascript:execSearch80010000010000580135(');
							write("'CustBanner80010000010000580135','_blank','width=650,height=550')");
							writeln('"><img border="0" src="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/srhbtn_go.gif" alt="Search Now!" width="19" height="15" align="absbottom"></a>');								
									
          writeln('</td></tr>');
          writeln('<tr><td valign="top">');

            writeln('<table class="globaltext80010000010000580135"  width="100%" border="0" cellspacing="0" cellpadding="0">');
            	writeln('<tr><td width="100%" valign="top">');                  	
              	
                	writeln('<table class="globaltext80010000010000580135" width="100%" border="0" cellspacing="0" cellpadding="0">');
                  	writeln('<tr>'); 
											document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="161" checked><a class="sourcetext80010000010000580135" title="IPO Singapore">IPOS</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="96" checked><a class="sourcetext80010000010000580135" title="Search any fields">WIPO</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="22" checked><a class="sourcetext80010000010000580135" title="Search both abstract and databases in all database ...">EPO</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="94" checked><a class="sourcetext80010000010000580135" title="Search both abstract and title in all databases ho ...">UKPO</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="21" checked><a class="sourcetext80010000010000580135" title="Search all fields">USPTO</a></font></td>');
document.writeln('	</tr><tr>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="144" checked><a class="sourcetext80010000010000580135" title="JPO - Industrial Property Digital Library">JPO-IPDL</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="86" checked><a class="sourcetext80010000010000580135" title="Search both abstract and title">CIPO</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="95" checked><a class="sourcetext80010000010000580135" title="Search both abstract and title">Taipei PI</a></font></td>');
document.writeln('	<td><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="3" checked><a class="sourcetext80010000010000580135" title="Web search">Altavista</a></font></td>');
document.writeln('	<td colspan=2 ><font class="sourcetext80010000010000580135"><input class="sourcetext80010000010000580135" type=checkbox name=sid value="67" checked><a class="sourcetext80010000010000580135" title="Web search">Google</a></font></td>');

                    writeln('</tr>');
                    writeln('</table>');
                                                                   
                writeln('</td></tr></table>');

                
          writeln('</td></tr></table>');
         
        	writeln('<!-- -body -->');
         writeln('</td></tr></table>');

   		
   	}//end of if(isNav==true)
        
writeln('</td></tr></form></table>');

	}//end of with (document) 
}//end of if (isIE4==true || isIE==true || isNav==true)
else {   	
		writeln('<a target="_blank" href="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg"><img src="http://web.archive.org/web/20040215073834/http://www.surfip.gov.sg/isb_scripts/uigfx/platinum_isb_sample_468_60.gif" border="0"></a>');
}	

