var target = "http://partners.webmasterplan.com/click.asp?site=1382&ref=71652&subid=&type=html&hnb=2&ent=112&prd=yes";
var partner = "25910";
var loc = "http://search.ebay.de/search/search.dll%3Fshortcut=1%26newu=1%26";

var addthis_config =
{
    services_exclude: 'print'
}

function MM_openBrWindow(theURL,winName,features) {  window.open(theURL,winName,features); }
function openScreen(numSystemID, numGameID, strScreen) { window.open("imgview_new.asp?System_ID=" + numSystemID + "&Game_ID=" + numGameID + "&Screen_URL=" + strScreen,"imgview","width=600,height=460"); }
function openImagePopup(imgFile, imgFolder, wmax) {
	if (getInternetExplorerVersion() >= 8.0)
	{
		var referLink = document.createElement('a');
		referLink.href = "../imgpopup.asp?file=" + imgFile + "&folder=" + imgFolder + (wmax ? "&wmax" : "");
		referLink.target = "_blank";
		document.body.appendChild(referLink);
		referLink.click();
	} else {
	window.open("../imgpopup.asp?file=" + imgFile + "&folder=" + imgFolder + (wmax ? "&wmax" : ""),"imgpop","width=780,height=700,toolbar=yes,menubar=no,location=no,menubar=yes,scrollbars=yes");
	}
}

function getInternetExplorerVersion()
{
   var rv = -1;
   if (navigator.appName == "Microsoft Internet Explorer")
   {
      var ua = navigator.userAgent;
      var re  = new RegExp("MSIE ([0-9]{1,}[\.0-9]{0,})");
      if (re.exec(ua) != null)
         rv = parseFloat( RegExp.$1 );
   }
   return rv;
}


function openVideo(numSystemID, numGameID, strVideo, numResolution, strFile) {
	if(numResolution == 0) window.open("videoplayer.asp?System_ID=" + numSystemID + "&Game_ID=" + numGameID + "&id=" + strVideo + "&resolution=0&file=" + strFile,"videoplayer","width=570,height=590,resizable=yes, location=no, scrollbars=yes");
	if(numResolution == 1) window.open("videoplayer.asp?System_ID=" + numSystemID + "&Game_ID=" + numGameID + "&id=" + strVideo + "&resolution=1&file=" + strFile,"videoplayer","width=1050,height=927,resizable=yes, location=no, scrollbars=yes");
}

function writeOpenSearch() {
	if (navigator.userAgent.indexOf("MSIE") >= 0 && navigator.userAgent.indexOf("7.") >= 0 ) {
		document.write('<a class="i5" href="javascript:addOpenSearch();">Open Search Plugin</a>');
    	return true;
	}
	if (navigator.userAgent.indexOf("Firefox/2.0") != -1) {
		document.write('<a class="i5" href="javascript:addOpenSearch();" >Mozilla Search Plugin</a>');
		return true;
	}
	return false;
}

function addOpenSearch() { window.external.AddSearchProvider("http://ext.easyguide.de/opensearch.xml"); }

function ebay_search(queryform) {
  if (queryform.query.value == "")
    window.open(target + "&partner=" + partner + "&loc=http://www.ebay.de", "result");
  else
    window.open(target + "&partner=" + partner + "&loc=" + loc + "query=" + queryform.query.value, "result");
  return false;
}