// !!! THIS FILE IS GENERATED BY APPROVING HEADER AND FOOTER IN THE CMS ON LOCAL WEBSITES
// !!! DO NOT EDIT IT MANUALLY
LocalFraming = {
	OnPressKey : function(e)
	{
		var keyCode = ( window.event ? e.keyCode : e.which );
		if (keyCode == 13) {
	    LocalFraming.Search();
	  }
	},
	Search : function()
	{
		var s = document.getElementById("txtSearch").value;
		if ( s != "CHERCHER" )
		{
			window.location.href="http://search.packardbell.com/befr/?q="+s+"&m=any&ps=10&c=0103";
		}
	},
	Footer : function()
	{
		var result = ""
		+ "<div id='footer' style='width:993px;'>"
    + "<table cellpadding='0' cellspacing='0' border='0' width='993' height='25'>"
	 	+ "<tr>"
	 	+ "<td style='width:10px;height:25px;' class='Left'><img style='width:10px;height:25px;' alt='' src='" + document.location.protocol + "//static.packardbell.com/mkt/layout/2006/common/images/dot.gif' /></td>"
		+ "<td style='height: 25px' width='100'><a href='http://www.packardbell.com'>www.packardbell.com</a></td>"
		+ "<td style='height: 25px;text-align:center;'>Droits d&#8217;auteur (c) 2009. Tous droits r&#233;serv&#233;s.</td>"
		+ "<td style='height: 25px;text-align:right'><a class=\"topLink\" href=\"http://fr.packardbell.be/company/contact.html\">CONTACT</a> - <a class=\"topLink\" href=\"http://fr.packardbell.be/terms.html\">CONDITIONS D'UTILISATION &amp; CONFIDENTIALITE</a></td>"
		+ "<td style='width:10px;height:25px;' class='Right'><img style='width:10px;height:25px;' alt='' src='" + document.location.protocol + "//static.packardbell.com/mkt/layout/2006/common/images/dot.gif' /></td>"
		+ "</tr>"
	 	+ "</table>"
        + "</div>";
		document.write( result );
	},
	Header : function()
	{
		var result = ""
		+ "<br />"
        + "<div id='header' style='width:993px;'>"
		+ "<table cellpadding='0' cellspacing='0' border='0' width='100%'>"
        + "<tr>"
    + "<td style='width:200px;height:31px;' class='Logo' align='right'><a href='" + LocalFraming.SiteLocation(true) + "'><img alt='' src='" + document.location.protocol + "//static.packardbell.com/mkt/layout/2006/common/images/dot.gif' width='188' height='31'/></a></td>"
		+ "<td class='mstagline' valign='bottom' align='center'>" + LocalFraming.MSTagline + "</td>"
		+ "<td align='right' valign='bottom' style='text-align:right;padding-right:10px;'><a class=\"topLink\" href=\"http://nl.packardbell.be/\">BELGIË</a> - <a class=\"topLink\" href=\"http://fr.packardbell.be/pressroom/pressreleases/\">PRESSE</a> - <a class=\"topLink\" href=\"http://fr.packardbell.be/company/\">SOCIETE</a> - <a class=\"topLink\" href=\"http://format.packardbell.com/cgi-bin/redirect?country=BEFR&amp;range=AD&amp;phase=7&amp;key=WLNK01\">NEWSLETTER</a> - <a class=\"topLink\" href=\"http://fr.packardbell.be/sitemap.html\">PLAN DU SITE</a></td>"
		+ "</tr>"
		+ "</table>"
        + "<br />"
        + "<div style='width:993px;height:103px;position:relative;top:0px;left:0px;background-image:url("+LocalFraming.getBackgroundLocation()+");'>"
		+ "<div id='topMenu'>"
		+ "<a class=\"topLink\" href=\"http://fr.packardbell.be/showroom/notebooks-97.html\" target=\"_top\" style=\"left:10px;\">Produits</a><a class=\"topLink\" href=\"http://store.packardbell.com/Store/ASBEF?utm_source=Generic&amp;utm_medium=Newsletter&amp;utm_campaign=PB%2BInternal\" target=\"_blank\" style=\"left:190px;\">Boutique</a><a class=\"topLink\" href=\"http://support.packardbell.com/befr/\" target=\"_top\" style=\"left:370px;\">Support</a>"
		+ "<input type='text' id='txtSearch' onkeypress='LocalFraming.OnPressKey(event);' style='width:150px;' value='CHERCHER' onfocus='if ( this.value == \"CHERCHER\" ) { this.value=\"\"; }' onblur='if ( this.value == \"\" ) { this.value = \"CHERCHER\"; }' />"
		+ "<input id='btnSearch' type='button' style='width:50px;' value='OK' onclick='LocalFraming.Search();' />"
 		+ "</div>"
 		+ "<div class='path'>" + LocalFraming.Path + "</div>"
 		+ "<div class='rightLink'><A href='http://register.packardbell.com/?l=fr&amp;c=be' target='_top'><IMG src='"+LocalFraming.SiteLocation(false)+"/files/common/images/topnav/icon_register.gif'>Enregistrez votre produit</A></div>"
	 	+ "</div>"
	 	+ "</div>";
		document.write( result );
	},
	MenuPosition : "",
	SiteLocation : function(forceAbs)
	{
		var result = "";
		if (( document.domain.indexOf( "edit" ) >= 0 ) || ( document.domain.indexOf( "countryj" ) >= 0 ))
			result = "http://" + document.domain;
		else
			result = "http://fr.packardbell.be";
		if (( LocalFraming.RelativePath ) && ( !forceAbs ))
			result = "";
		return result;
	},
	RelativePath : false,
	Path : "",
	getBackgroundLocation : function()
	{
		var result = LocalFraming.BackgroundLocation;
		if (( LocalFraming.RelativePath ) && ( result.indexOf("file") >= 10 )){
			result = result.substring(result.indexOf("file")-1, result.length);
		}
		else if ( window.location.href.indexOf( "extra" ) > 0 ) {
			result = "/filelib/common/extra/mea/top_navigation_eXtra.jpg";
		}
		return result;
	},
	BackgroundLocation : (document.location.protocol+"//static.packardbell.com/mkt/layout/2006/common/images/interface/default_topnav_background.jpg"),
	MSTagline : "Packard Bell recommande Windows Vista&#174; Home Premium."
}