function addToBookMarks () {
 	var u = document.location.href;
	if (window.sidebar)
	{
		 window.sidebar.addPanel("ibuyeco 100% carbon neutral car insurance", u,""); 
	}
	else if( window.external )
	{
		window.external.AddFavorite(u,"ibuyeco 100% carbon neutral car insurance");
	}	
}

function tellFriend(){
	url = 'http://apps.permission.com.au/S2F/SendToFriend.asp?ref=811811';
	window.open(url, 'tellFriend', 'height=600,width=650,scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,top=200,left=200,resizable=1');
}

/**
	Function below is used to open all new windows from the site (as of 27/9/07)
*/
function newWindow(type){
	switch (type)
	{
	  case "privacyPolicy":
	    width=690;
	    height=570;
	    URL="https://ecommerce.disconline.com.au/pc/privacy.jsp?hideHeading=N&&hSty=IECO&clear=Y&";
	    break
	  case "PDS":
	  	width=390;
	    height=270;
	    URL="https://ecommerce.disconline.com.au/pc/PDS/pds.jsp?hSty=IECO&hPdsDoc=PDSBEC";
	  	break
	  case "tsAndCs":
	  	width=690;
	    height=570;
	    URL="https://ecommerce.disconline.com.au/pc/terms.jsp?hideHeading=N&hSty=IECO&clear=Y&";
	  	break
	  case "tellFriend":
	  	width=650;
	  	height=600;
	  	URL="http://apps.permission.com.au/S2F/SendToFriend.asp?ref=811811";
	  	break
	  }
	  window.open(URL, type, 'height='+height+',width='+width+',scrollbars=yes,status=yes,toolbar=no,menubar=no,location=no,top=200,left=200,resizable=1');
}

/**
	Opens the UK site in a new windows
	Separate from the above function as it doesn't need window attributes locked down
*/
function openUK(){
	window.open("http://www.ibuyeco.co.uk",'uk');
	document.countrySelect.country[0].checked = true;
}