function check(selection) {if (selection != document.formulaire.Categorie) if (document.formulaire.Categorie != selection) {		document.formulaire.Categorie.checked = 0;	}		if (document.formulaire.Categorie.checked == 1) if (document.formulaire.Categorie == selection) {				document.formulaire.Categorie.checked = 0;						document.formulaire.Categorie_2.checked = 0;						document.formulaire.Categorie_4.checked = 0;						document.formulaire.Categorie_1.checked = 0;						document.formulaire.Categorie_5.checked = 0;				}				if (document.formulaire.Categorie.checked == 0) 						if (document.formulaire.Categorie_2.checked == 0) 						if (document.formulaire.Categorie_4.checked == 0) 						if (document.formulaire.Categorie_1.checked == 0) 						if (document.formulaire.Categorie_5.checked == 0) 			 {		document.formulaire.Categorie.checked = 1;	}}
document.write ('<FORM Name = "formulaire" ACTION = "http://www.gograph.com/fusion/IntegrationProcessor.cfm" METHOD = "GET">');document.write ('<Table border = 0 cellspacing = 2 cellpadding = 0>');document.write ('<TR><TD VALIGN = "MIDDLE"><IMG SRC = "http://www.gograph.com/images/GraphicSearch.gif" ALIGN = "LEFT"></TD><TD><A HREF = "http://www.gograph.com/"><IMG SRC = "http://www.gograph.com/images/VerySmallLogo.gif" ALIGN = "RIGHT" border = 0></TD></TR>');document.write ('<TR><TD valign = top COLSPAN = "2">');document.write ('<Center>');document.write ('<Table border = 0 cellspacing = 0 cellpadding = 0 width = 100%>');document.write ('<TR><TD align = "CENTER">');document.write ('<Table border = 0 width = "100%" valign = top><TR>');document.write ('<TD Width = "60%" ALIGN = "RIGHT"><INPUT TYPE = "TEXT" NAME = "mot_cle" size = 18></TD>');document.write ('<TD VALIGN="top" ALIGN = "LEFT" Width = "40%"><INPUT TYPE = "SUBMIT" VALUE = "SEARCH"></TD>');document.write ('<INPUT TYPE = "HIDDEN" NAME = "debut" VALUE = "1">');document.write ('<INPUT TYPE = "HIDDEN" NAME = "operateur" Value = "0">');document.write ('</TR>');document.write ('</Table> ');document.write ('</TD></TR>');document.write ('<TR><TD align = "CENTER"><font face="ms sans serif, geneva, helvetica" size=-1>');document.write ('<INPUT TYPE = "CHECKBOX" NAME = "Categorie" VALUE = "" CHECKED onClick="return check(this)">');document.write ('All ');document.write ('<INPUT TYPE = "CHECKBOX" NAME = "Categorie_2" VALUE = "2"  onClick="return check(this)">');document.write ('<A HREF = "http://www.gograph.com/fusion/IntegrationProcessor.cfm?Position=2397&User=' + user + '&Page=Categories" CLASS = "NormalLink">Animated GIFs </A>');document.write ('<INPUT TYPE = "CHECKBOX" NAME = "Categorie_4" VALUE = "4"  onClick="return check(this)">');document.write ('<A HREF = "http://www.gograph.com/fusion/IntegrationProcessor.cfm?Position=2398&User=' + user + '&Page=Categories" CLASS = "NormalLink">Photos </A>');document.write ('<INPUT TYPE = "CHECKBOX" NAME = "Categorie_1" VALUE = "1"  onClick="return check(this)">');document.write ('<A HREF = "http://www.gograph.com/fusion/IntegrationProcessor.cfm?Position=2399&User=' + user + '&Page=Categories" CLASS = "NormalLink">Icons </A>');document.write ('<INPUT TYPE = "CHECKBOX" NAME = "Categorie_5" VALUE = "5"  onClick="return check(this)">');document.write ('<A HREF = "http://www.gograph.com/fusion/IntegrationProcessor.cfm?Position=2400&User=' + user + '&Page=Categories" CLASS = "NormalLink">Clip Art </A>');document.write ('<INPUT TYPE = "HIDDEN" NAME = "Debut" VALUE = "1">');document.write ('<INPUT TYPE = "HIDDEN" NAME = "mode" VALUE = "1"></font>');document.write ('<INPUT TYPE = "HIDDEN" NAME = "User" VALUE = "' + user + '"></font>');document.write ('<INPUT TYPE = "HIDDEN" NAME = "Page" VALUE = "Result"></font>');document.write ('</TD></TR>');document.write ('</Table>');document.write ('</Center>');document.write ('</TD></TR>');document.write ('</Table>');document.write ('</FORM>');
