// JavaScript Document


//flash

function Home()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="336" height="386">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="/flash/home.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="/flash/home.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="336" height="386"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}

function Fragrances()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="248" height="384">\n');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="movie" value="/flash/fragrances.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<embed src="/flash/fragrances.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="248" height="384"  wmode="transparent"></embed>\n');
document.write('</object>\n');
}


//drop down fix for IE
sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);


function RunFlash(filename, width, height)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="wmode" value="transparent">');
	document.write('<param name="movie" value="' + filename + '">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="' + filename + 
		'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' +
		width + '" height="' + height + '"  wmode="transparent"></embed>\n');
	document.write('</object>\n');
}

function RunZonePanel(name, width, height)
{
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="wmode" value="transparent">');
	document.write('<param name="movie" value="/flash/zonepanel.swf?zone=' + name + '">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<embed src="/flash/zonepanel.swf?zone=' + name + 
		'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' +
		width + '" height="' + height + '"  wmode="transparent"></embed>\n');
	document.write('</object>\n');
}


function RunFlashVideo(filename, width, height)
{
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="' + width + '" height="' + height + '">\n');
	document.write('<param name="allowScriptAccess" value="sameDomain" />\n');
	document.write('<param name="allowFullScreen" value="true" />\n');
	document.write('<param name="wmode" value="transparent" />');
	document.write('<param name="movie" value="/flash/flvplayer.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<param name="FlashVars" value="flv=' + filename + '">\n');
	document.write('<embed src="/flash/flvplayer.swf" quality="high" allowScriptAccess="sameDomain" allowFullScreen="true" ' +
		   'type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="' + 
		   width + '" height="' + height + '" wmode="transparent" scale="noscale" name="player" salign="LT" flashvars="flv=' + filename + '&skin=/flash/flvplayerskin.swf"></embed>\n');
	document.write('</object>\n');
}

// Declare popup window profiles
var popupProfiles = 
{
  windowCentre:
  {
    height:500,
    width:500,
    center:1,
    scrollbars:1,
    createnew:0
    } , 

  windowSmall:
  {
    height: 350,
    width: 640,
    center:1,
    toolbar: 0,
    status: 0,
    scrollbars:0,
    createnew:0
  }
};
