
function mailpage()
{
  mail_str = "/scripts/sendFriends.asp";//?subject=" + document.title;
 // mail_str += "&body= I recommend Ion IT Solution -- " + document.title;
  mail_str += "?url=" + location.href; 
  openWindow(mail_str,400,400);
  //location.href = mail_str;
  
}

	function surftoaddr(form) {    
    	var surfindex=siteIndexform.siteIndex.selectedIndex  
	    if (surfindex>0)  
    	location=siteIndexform.siteIndex.options[surfindex].value  
	    }  
	
	function clearfield(){
		if (document.findform.SearchStr.value == "Search Here")
			document.findform.SearchStr.value = "";
	}
	function openWindow(url, width, height) {
	settings="toolbar=no,location=no,directories=no,"+
	"status=no,menubar=no,scrollbars=yes,"+
	"resizable=yes,width="+width+",height="+height;

  popupWin = window.open( url, 'new_page1', settings)
	}

	function openWindow2(url, width, height) {
	settings="toolbar=no,location=no,directories=no,"+
	"status=no,menubar=no,scrollbars=no,"+
	"resizable=no,width="+width+",height="+height;

  popupWin = window.open( url, 'new_page2', settings)
	}

function StatusBar(msg) {
  window.status = msg;
}
