/***********************************************
* Highlight Table Cells Script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/

//Specify highlight behavior. "TD" to highlight table cells, "TR" to highlight the entire row:
var highlightbehavior="TD"

var ns6=document.getElementById&&!document.all
var ie=document.all

function changeto(e,highlightcolor){
source=ie? event.srcElement : e.target
if (source.tagName=="TABLE")
return
while(source.tagName!=highlightbehavior && source.tagName!="HTML")
source=ns6? source.parentNode : source.parentElement
if (source.style.backgroundColor!=highlightcolor&&source.id!="ignore")
source.style.backgroundColor=highlightcolor
}

function contains_ns6(master, slave) { //check if slave is contained by master
while (slave.parentNode)
if ((slave = slave.parentNode) == master)
return true;
return false;
}

function changeback(e,originalcolor){
if (ie&&(event.fromElement.contains(event.toElement)||source.contains(event.toElement)||source.id=="ignore")||source.tagName=="TABLE")
return
else if (ns6&&(contains_ns6(source, e.relatedTarget)||source.id=="ignore"))
return
if (ie&&event.toElement!=source||ns6&&e.relatedTarget!=source)
source.style.backgroundColor=originalcolor
}


<!--**begin slide window script**

function slide_window()
{
	slidewindow = window.open("http://www.oanda.com/convert/classic?user=sisley",'slide',"toolbar=0, location=0, directories=0, status=0, menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=500,height=350");
}

//-->

<!--**begin mailing window script**

function mailing_window()
{
	mailingwindow = window.open("http://www.sisley.co.uk/garden_emporium_uk/enquiry.html",'slide',"toolbar=1, location=0, directories=0, status=0, menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=500,height=530");
}

//-->

<!--**begin newsletter window script**

function newsletter_window()
{
	newsletterwindow = window.open("http://www.sisley.co.uk/garden_emporium_uk/newsletter.html",'slide',"toolbar=1, location=0, directories=0, status=0, menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=500,height=500");
}

//-->

<!--**begin disclaimer script**

function disclaimer_window()
{
	disclaimerwindow = window.open("http://www.sisley.co.uk/garden_emporium_uk/disclaimer.html",'slide',"toolbar=0, location=0, directories=0, status=0, menubar=0,scrollbars=0,resizable=1,copyhistory=0,width=450,height=360");
}

//-->


<!--**begin rss window script**

function rss_window()
{
	slidewindow = window.open("http://www.sisley.co.uk/emp_uk/about-rss.htm",'slide',"toolbar=0, location=0, directories=0, status=0, menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=430,height=600");
}

//-->


<!--

function rss_window()
{
	slideWindow = window.open("http://www.sisley.co.uk/rss/about-rss.htm",'slide',"toolbar=0, location=0, directories=0, status=0, menubar=0,scrollbars=1,resizable=1,copyhistory=0,width=500,height=600");
}

//-->
