//===================================================
//== Copyright Visicom Media inc.                  ==
//== 02/03/2000                 		   ==
//===================================================

searchpath = "http://www.gograph.com/fusion/en/result01.cfm";
path = "http://www.gograph.com/en/search_3/";

// GetBrowser Type and return it  //
// Codded by Visicom Media inc.   //
// Author : Yanik Lupien          //

var brtype;

function getBrowserType() {   
	if (navigator.appName.indexOf("Explorer") != -1) { brtype = "IE"; }
	if (navigator.appName.indexOf("Netscape") != -1) { brtype = "NC"; }
	return brtype;
}


document.write("<FORM Action = '" + searchpath + "' Method = 'Get'>");
document.write("<table border='0' cellpadding='0' cellspacing='0' width='100'>");
	document.write("<tr>");
		document.write("<td><A HREF = '" + searchpath + "'><img src='" + path + "boite_03-01-01.gif' width='76' height='32' border='0'></A></td>");
		document.write("<td><img src='" + path + "boite_03-01-02.gif' width='25' height='32' border='0'></td>");
	document.write("</tr>");
	document.write("<tr bgcolor='#ffcc00'>");
		document.write("<td>");
			document.write("<table width='76' height='24' border='0' cellpadding='0' cellspacing='0' bgcolor='#ffcc00'>");
				document.write("<tr height='1'>");
					document.write("<td width='1' height='1'></td>");
					document.write("<td width='6' height='1'></td>");
					document.write("<td width='69' height='1'></td>");
				document.write("</tr>");
				document.write("<tr height='2'>");
					document.write("<td width='1' height='2'></td>");
					document.write("<td width='6' height='2'></td>");
					document.write("<td width='69' height='2'></td>");
				document.write("</tr>");
				document.write("<tr height='23'>");
					document.write("<td width='1' height='22'></td>");
					document.write("<td width='6' height='22'></td>");
					document.write("<td width='69' height='22' colspan='1' rowspan='1' valign='top' align='left'>");
					if (getBrowserType() == "IE") {
						document.write("<input type='text' name='mot_cle' size='8' maxlength='20'></td>");
					}
					if (getBrowserType() == "NC") {
						document.write("<input type='text' name='mot_cle' size='4' maxlength='20'></td>");
					}
				document.write("</tr>");
			document.write("</table>");
		document.write("</td>");
		document.write("<td><img src='" + path + "boite_03-02-02.gif' width='25' height='30' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
		document.write("<td><img src='" + path + "boite_03-03-01.gif' width='76' height='3' border='0'></td>");
		document.write("<td><img src='" + path + "boite_03-03-02.gif' width='25' height='3' border='0'></td>");
	document.write("</tr>");
document.write("</table>");
document.write("<INPUT TYPE = 'HIDDEN' NAME = 'operateur' VALUE = '0'>");
document.write("<INPUT TYPE = 'HIDDEN' NAME = 'categorie' VALUE = '0'>");
document.write("<INPUT TYPE = 'HIDDEN' NAME = 'debut' VALUE = '1'>");
document.write("<INPUT TYPE = 'HIDDEN' NAME = 'mode' VALUE = '1'>");
document.write("</FORM>");
 