
 

var xtraWinz;

function getXtraz(url, popupName, characteristics) { 

 xtraWinz = window.open(url, popupName, characteristics);

}


// for international pages
 
function changeSite1()  {

 var where_to= confirm("You will be taken to our Australian website for Australian orders only");

 if (where_to== true)
 {
   window.location="http://naturalbeautyproductsonline.com.au/bath_body.htm";
 }
 else
 {
  window.self;
  }}

function changeSite2()  {

 var where_to= confirm("You will be taken to our Australian website for Australian orders only");

 if (where_to== true)
 {
   window.location="http://naturalbeautyproductsonline.com.au/bath_lite.htm";
 }
 else
 {
  window.self;
  }}

function changeSiteC3()  {

 var where_to= confirm("You will be taken to our Australian website for Australian orders only");

 if (where_to== true)
 {
   window.location="http://naturalbeautyproductsonline.com.au/haircare.htm";
 }
 else
 {
  window.self;
  }}

function changeSite4()  {

 var where_to= confirm("You will be taken to our Australian website for Australian orders only");

 if (where_to== true)
 {
   window.location="http://naturalbeautyproductsonline.com.au/spritz.htm";
 }
 else
 {
  window.self;
  }}

function changeSite5()  {

 var where_to= confirm("You will be taken to our Australian website for Australian orders only");

 if (where_to== true)
 {
   window.location="http://naturalbeautyproductsonline.com.au/toner.htm";
 }
 else
 {
  window.self;
  }}

function changeSite6()  {

 var where_to= confirm("You will be taken to our Australian website for Australian orders only");

 if (where_to== true)
 {
   window.location="http://naturalbeautyproductsonline.com.au/worksmart.htm";
 }
 else
 {
  window.self;
  }}


 /***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */

function makeLink(title,url)
{
if (window.sidebar) 
// firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print)
{ 
// opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)
// ie
	window.external.AddFavorite(url, title);
}


 
 