<!-- // Begin

// NOTE: If you use a ' add a slash before it like this \'




var showsearch		= "yes"			// DISPLAY SEARCH
var searchdomain	= "kocameratoys.com"	// DOMAIN TO SEARCH
var searchname		= "Website"		// SEARCH NAME DISPLAYED






// SITE / GOOGLE SEARCH V1.10
// COPYRIGHT 2011 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law



   if (showsearch == "yes") {
document.write('<form method="get" action="http://www.google.com/search" class="formmargin" target="_top">');
document.write('<input type="hidden" name="ie" value="UTF-8">');
document.write('<input type="hidden" name="oe" value="UTF-8">');
document.write('<input type="hidden" name="domains" value="'+searchdomain+'">');

document.write('<table cellpadding="0" cellspacing="0" border="0" class="searchtext searchbox"><tr><td align="left" valign="top">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="top">');

document.write('<input type="text" name="q" size="15" maxlength="255" class="searchsiteform">');

document.write('</td><td valign="top">');

document.write('<input type="image" src="picts/search-off.jpg" border="0" onmouseover="this.src=\'picts/search-on.jpg\'" onmouseout="this.src=\'picts/search-off.jpg\'" class="sitesearchbutton"><br>')

document.write('</td></tr></table>');

document.write('<input type="radio" name="sitesearch" value="">Google <input type="radio" name="sitesearch" value="'+searchdomain+'" checked>'+searchname+'<br>');

document.write('</td></tr></table>');

document.write('</form>');
}




//  End -->
