﻿loadCSS('http://www.kodak.com/global/include/mul/corp/header/search.css');
if (pq_locale=='en_US'){
_dr('<table border="0" cellpadding="0" cellspacing="0" id="searchTable" style="position: relative;"><tr><td> <form action="http://search.kodak.com/" id="newsearch" method="get" onSubmit="return submitForm(this);" style="margin:0; padding:0; spacing:0; "><input type="hidden" name="pq-locale" value="en_US" /><input type="hidden" name="global" value="en" /><input type="text" name="q" id="search_box" style="height: 15px;" value="Search" onFocus="clearText(this);"  onChange="javascript:checkForm(this);" maxlength="200" /></form></td><td><a href="javascript:submitForm(this);" onMouseOver="document.MyImage.src=\'http://www.kodak.com/global/images/mul/corp/searchButtonactive.gif\';" onMouseOut="document.MyImage.src=\'http://www.kodak.com/global/images/mul/corp/searchButton.gif\';"><img width="23" height="22" src="http://www.kodak.com/global/images/mul/corp/searchButton.gif" name="MyImage" border="0" > </a></td></tr></table>');
}
else
{
var searchDef = 'Search';
var searchpq_locale=pq_locale;
var lang = pq_locale.substr(0,2);
if (lang=='zh') {
var zhlang = pq_locale.substr(0,5);
if (zhlang=='zh-cn') {
searchDef = '搜尋';
}
else if (zhlang=='zh-tw'){
	searchDef = '搜尋';
}
}
else {
if (lang=='fr') {
searchDef = 'Rechercher';
}
else if (lang =='de') {
searchDef = 'Suchen';
}
else if (lang =='es') {
searchDef = 'Buscar';
}
else if (lang =='it') {
searchDef = 'Cerca';
}
else if (lang =='nl') {
searchDef = 'Zoeken';
}
else if (lang =='ko') {
searchDef = '검색';
}
else if (lang =='pt') {
searchDef = 'Pesquisar';
}
else if (lang =='sv') {
searchDef = 'Sök';
searchpq_locale='en_SE';
}
else if (lang =='fi') {
searchDef = 'Haku';
}
else if (lang =='hu') {
searchDef = 'Search';
}
else if (lang =='el') {
searchDef = 'Αναζήτηση';
}
else if (lang =='ja') {
searchDef = '検索';
}
};
_dr('<table border="0" cellpadding="0" cellspacing="0" id="searchTable"><tr><td> <form action="http://www.kodak.com/eknec/PageQuerier.jhtml?pq-path=528" id="newsearch" method="get" onSubmit="return submitForm(this);" style="margin:0; padding:0; spacing:0; "><input type="hidden" name="pq-locale" value="'+searchpq_locale+'" /><input type="hidden" name="pq-path" value="528" /><input value="" name="mode" type="hidden" /><input type="text" name="query" id="search_box" style="height:15px;" value="'+searchDef+'" onFocus="clearText(this);"  onChange="javascript:checkForm(this);" maxlength="200" /></form></td><td><a href="javascript:submitForm(this);" onMouseOver="document.MyImage.src=\'http://www.kodak.com/global/images/mul/corp/searchButtonactive.gif\';" onMouseOut="document.MyImage.src=\'http://www.kodak.com/global/images/mul/corp/searchButton.gif\';"><img width="23" height="22" src="http://www.kodak.com/global/images/mul/corp/searchButton.gif" name="MyImage" border="0" > </a></td></tr></table>');
};
