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

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

// 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='371'>");
	document.write("<tr>");
		document.write("<td colspan = 3><img src='" + path + "boite_02-01.gif' width='376' height='25' border='0'></td>");
	document.write("</tr>");
	document.write("<tr>");
		document.write("<td><A HREF = '" + searchpath + "'><img src='" + path + "boite_02-02-01.gif' width='209' height='33' border='0'></A></td>");
		document.write("<td bgcolor='#ffcc00'>");
			document.write("<table width='135' height='29' border='0' cellpadding='0' cellspacing='0' bgcolor='#ffcc00'>");
				document.write("<tr height='1'>");
					document.write("<td width='1' height='1'><spacer type='block' width='1' height='1'></td>");
					document.write("<td width='8' height='1'><spacer type='block' width='8' height='1'></td>");
					document.write("<td width='123' height='1'><spacer type='block' width='123' height='1'></td>");
				document.write("</tr>");
				document.write("<tr height='6'>");
					document.write("<td width='1' height='6'><spacer type='block' width='1' height='6'></td>");
					document.write("<td width='8' height='6'><spacer type='block' width='8' height='6'></td>");
					document.write("<td width='123' height='6'><spacer type='block' width='123' height='6'></td>");
				document.write("</tr>");
				document.write("<tr height='25'>");
					document.write("<td width='1' height='24'><spacer type='block' width='1' height='25' bgcolor='#ffcc00'></td>");
					document.write("<td width='8' height='24'><spacer type='block' width='8' height='25' bgcolor='#ffcc00'></td>");
					document.write("<td width='123' height='24' colspan='1' rowspan='1' valign='top' align='left'>");
					if (getBrowserType() == "IE") {
						document.write("<input type='text' name='mot_cle' size='16' maxlength='40'></td>");
					}
					if (getBrowserType() == "NC") {
						document.write("<input type='text' name='mot_cle' size='9' maxlength='40'></td>");
					}
				document.write("</tr>");
			document.write("</table>");
		document.write("</td>");
		document.write("<td><a href='#'><INPUT TYPE='IMAGE' SRC='" + path + "boite_02-02-03.gif' width='32' height='33' name='button' border='0'></a></td>");
	document.write("</tr>");
	document.write("<tr>");
		document.write("<td><img src='" + path + "boite_02-03-01.gif' width='209' height='4' border='0'></td>");
		document.write("<td><img src='" + path + "boite_02-03-02.gif' width='135' height='4' border='0'></td>");
		document.write("<td><img src='" + path + "boite_02-03-03.gif' width='32' height='4' 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>"); 