//===================================================
//== Copyright Visicom Media inc.                  ==
//== 02/03/2000                 		   ==
//===================================================

searchpath = "http://fr.gograph.com/fusion/fr/result01.cfm";
path = "http://fr.gograph.com/fr/search_1/";

// 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'><TR><TD>");
document.write("<table border='0' cellpadding='0' cellspacing='0' width='115'>");
	document.write("<tr>");
		document.write("<td><A HREF = " + searchpath + "><img src='" + path + "boite_01-01-01.gif' width='115' height='59' border='0'></A></td>");
		document.write("</tr>");
		document.write("<tr>");
			document.write("<td><img src='" + path + "boite_01-02-01.gif' width='115' height='47' border='0'></td>");
		document.write("</tr>");
		document.write("<tr>");
			document.write("<td>");
			document.write("<table border='0' cellpadding='0' cellspacing='0' width='111' bgcolor='#ffcc00'>");
				document.write("<tr>");
					document.write("<td>");
						document.write("<table cool width='80' height='32' border='0' cellpadding='0' cellspacing='0' bgcolor='#ffcc00'>");
							document.write("<tr height='1' cntrlrow>");
								document.write("<td width='1' height='1'><spacer type='block' width='1' height='1'></td>");
								document.write("<td width='4' height='1'><spacer type='block' width='4' height='1'></td>");
								document.write("<td width='74' height='1'><spacer type='block' width='74' 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='4' height='6'><spacer type='block' width='4' height='6'></td>");
								document.write("<td width='74' height='6'><spacer type='block' WIDTH='74' height='6'></td>");
							document.write("</tr>");
							document.write("<tr height='25'>");
								document.write("<td width='1' height='25'><spacer type='block' width='1' height='25'></td>");
								document.write("<td width='4' height='25'><spacer type='block' width='4' height='25'></td>");
								document.write("<td width='74' height='25' valign='top' align='left' xpos='1' rowspan = 2 colspan = 2>");
								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='5' maxlength='20'></td>");
								}
								document.write("</tr>");
						document.write("</table>");
						document.write("</td>");
						document.write("<TD><INPUT TYPE='IMAGE' SRC = '" + path + "boite_01b-03-02B.gif' width='35' height = '32' border='0'></td>");
					document.write("</tr>");
					document.write("</table>");
				document.write("</td>");
			document.write("</tr>");
			document.write("<tr>");
				document.write("<td><img src='" + path + "boite_01-04-01.gif' width='115' height='3' border='0'></td>");
			document.write("</tr>");
		document.write("</table>");
document.write("</TD></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>");
