var strPrice;

function CRMGlobalPrice()
{
	strPrice =  '<DIV id=\"priceDiv\" style=\"position:absolute;visibility:hidden;z-index:1000;WIDTH: 450px; BORDER-RIGHT: #9b9b9b 2px solid; PADDING-RIGHT: 12px;BORDER-TOP: #9b9b9b 2px solid; PADDING-LEFT: 12px; PADDING-BOTTOM:15px; BORDER-LEFT: #9b9b9b 2px solid; PADDING-TOP: 0px;BORDER-BOTTOM: #9b9b9b 2px solid; BACKGROUND-COLOR: #f8f7f7;\" onMouseOver=\"priceMOv();\" onMouseOut=\"priceMOu();\" >';
	strPrice += '<table width=445 cellpadding=3 >';
	strPrice += '<tr align=left><td colspan=3 class=sngPst style=\"border-bottom:#cccccc 1px solid\"><b>WORLDWIDE PRICING</b></td></tr>';
	strPrice += '<tr>';
	strPrice += '<td width=42%><strong>&euro;50 month/user<span class=style1>*</span></strong></td>';
	strPrice += '<td width=31%><strong>&pound;43 month/user<span class=style1>*</span> </strong></td>';
	strPrice += '<td width=27%><strong>US$70 month/user<span class=style1>*</span></strong></td>';
	strPrice += '</tr>';
	strPrice += '<tr>';
	strPrice += '<td width=42% valign=top>';
	strPrice += '<table width=95%>';
	strPrice += '<tr><td width=49%>';
	strPrice += 'Austria<br />';
	strPrice += 'Belgium<br />';
	strPrice += 'Denmark<br />';
	strPrice += 'Finland<br />';
	strPrice += 'France<br />';
	strPrice += 'Germany<br />';
	strPrice += 'Ireland<br />';
	strPrice += '</td>';
	strPrice += '<td width=\"51%\" valign=top>';
	strPrice += 'Italy<br />';
	strPrice += 'Netherlands<br />';
	strPrice += 'Norway<br />';
	strPrice += 'Portugal<br />';
	strPrice += 'Spain<br />';
	strPrice += 'Sweden<br />';
	strPrice += 'Switzerland</td>';
	strPrice += '</tr>';
	strPrice += '</table>';
	strPrice += '</td>';
	strPrice += '<td width=31% valign=top>';
	strPrice += 'United Kingdom<br />';
	strPrice += '</td>';
	strPrice += '<td width=27% valign=top>';
	strPrice += 'All other countries<br />';
	strPrice += '</td>';
	strPrice += '</tr>';
	strPrice += '<tr>';
	strPrice += '<td colspan=3 valign=top><font size=-2><strong><span class=style1>*</span></strong>US$; Based on a 12-month subscription</font></td>';
	strPrice += '</tr>';
	strPrice += '</table>';
	strPrice += '</DIV>';
	return strPrice;
}	

function DrawCRMGlobalPrice()
{
  document.write( CRMGlobalPrice() );
  document.close();
}

// Worldwide popup menu
function panelMOv() {
	/*if (navigator.appName != "Netscape") {
		var dropdown = document.getElementById("group");
		dropdown.style.visibility = "hidden";
	}*/
	var p = document.getElementById("panelDiv");
	p.style.visibility = "visible";
	
}

function panelMOu() {
	var p = document.getElementById("panelDiv");
	p.style.visibility = "hidden";
	
	/*if (navigator.appName != "Netscape") {
		var dropdown = document.getElementById("group");
		dropdown.style.visibility = "visible";
	}*/
}

function mvqMOv() {

	/*if (navigator.appName != "Netscape") {
		var dropdown = document.getElementById("group");
		dropdown.style.visibility = "hidden";
	}*/
	
	var mvqPDiv = document.getElementById("panelDiv"); 
	mvqPDiv.style.visibility = "visible";

}

function mvqMOu() {

	/*if (navigator.appName != "Netscape") {
		var dropdown = document.getElementById("group");
		dropdown.style.visibility = "visible";
	}*/
	window.setTimeout(mvqMOuTimeout,5000);
}

function mvqMOuTimeout() {
	var mvqPDiv = document.getElementById("panelDiv"); 
	mvqPDiv.style.visibility = "hidden";

	/*if (navigator.appName != "Netscape") {
		var dropdown = document.getElementById("group");
		dropdown.style.visibility = "visible";
	}*/
}

//Pricing menu ends

// Worldwide popup menu starts
function priceMOv() {
	var p = document.getElementById("priceDiv");
	p.style.visibility = "visible";
}

function priceMOu() {
	var p = document.getElementById("priceDiv");
	p.style.visibility = "hidden";	
}

function mvqpriceMOv() {

	var mvqPDiv = document.getElementById("priceDiv"); 
	mvqPDiv.style.visibility = "visible";

}

function mvqpriceMOu() {
	var mvqPDiv = document.getElementById("priceDiv"); 
	mvqPDiv.style.visibility = "hidden";
}

function openWindow(popupurl, myname, w, h, scroll){
    var winl = (screen.width - w) / 2;
    var wint = (screen.height - h) / 2;
    winprops = 'height='+h+',width='+w+', statusbar=no, top='+wint+',left='+winl+', scrollbars=yes, resizable'
    win = window.open(popupurl, myname, winprops)
  }

function MM_openBrWindow(theURL,winName,features) 
{ //v2.0
	window.open(theURL,winName,features);
}

// Worldwide popup menu ends

// Generic Open Window Popup starts
function openWindow(popupurl, myname, w, h, scroll){
    var winl = (screen.width - w) / 2;
    var wint = (screen.height - h) / 2;
    winprops = 'height='+h+',width='+w+', statusbar=no, top='+wint+',left='+winl+', scrollbars=yes, resizable'
    win = window.open(popupurl, myname, winprops)
  }


// Partner profile submit form
function opn_sc_submitform()
{
  document.SEARCH123701_PAGESEARCH_796984459.submit();
}

function printerView()
      {
      if (location.href.search(/\?/) != -1)
        window.open(location.href + '&printOnly=1','','toolbar=yes,location=no,directories=no,menubar=no,scrollbars=yes,width=640,height=480,resize=yes');
      else
        window.open(location.href + '?printOnly=1','','toolbar=yes,location=no,directories=no,menubar=no,scrollbars=yes,width=640,height=480,resize=yes');
      }
      
      function mailpage()
      {
      mail_str = "mailto:?subject=Thought this might interest you: " + document.title;
      mail_str += "&body=I thought you might be interested in this: " + document.title;
      mail_str += ". %0A%0AYou can view it at, " + location.href; 
      location.href = mail_str;
      }
function MM_openBrWindow(theURL,winName,features) { //v2.0
      window.open(theURL,winName,features);
      }