Image1=new Image(239,22)
Image1.src="/images/recognise_but_click.gif"
Image2=new Image(239,22)
Image2.src="/images/recognise_but_on.gif"

Image3=new Image(238,22)
Image3.src="/images/caring_but_click.gif"
Image4=new Image(238,22)
Image4.src="/images/caring_but_on.gif"

Image5=new Image(239,22)
Image5.src="/images/clearing_but_click.gif"
Image6=new Image(239,22)
Image6.src="/images/clearing_but_on.gif"

function popUpSearch(strSearch)
{
	var search = strSearch
	if(search!= "")
	{
		var screenHeight = 0;
		FunkyNewWindow = window.open
		("/dictionary.asp?action=submit&search="+search, "Menu", 'width=347,height=347 resizable=no,left=0,top=' + screenHeight);
		FunkyNewWindow.focus()
	}
	else
	{
		var screenHeight = 0;
		FunkyNewWindow = window.open
		("/dictionary.asp?action=submit", "Menu", 'width=347,height=347 resizable=no,left=0,top=' + screenHeight);
		FunkyNewWindow.focus()
	}
}

function popUpWord(wordSearch)
{
	var screenHeight = 100;
	if ((window.FunkyNewWindow == null) || (window.FunkyNewWindow.closed))
	{
		FunkyNewWindow = window.open
		("/dictionary.asp?action=submit&search=" + wordSearch, "Menu",'width=347,height=347 resizable=no,left=0,top=' + screenHeight);
		FunkyNewWindow.focus();
	}	
	else 
	{
		FunkyNewWindow.close();
		FunkyNewWindow = window.open
		("/dictionary.asp?action=submit&search=" + wordSearch, "Menu",'width=347,height=347 resizable=no,left=0,top=' + screenHeight);
		FunkyNewWindow.focus();
	}
}

function popUp()
{
	var search = window.document.form1.search.value;
	if(search!= "")
	{
		var screenHeight = 0;
		FunkyNewWindow = window.open
		("/dictionary.asp?action=submit&search="+search, "Menu", 'width=347,height=347 resizable=no,left=0,top=' + screenHeight);
		FunkyNewWindow.focus()
	}
	else
	{
		var screenHeight = 0;
		FunkyNewWindow = window.open
		("/dictionary.asp?action=submit", "Menu", 'width=347,height=347 resizable=no,left=0,top=' + screenHeight);
		FunkyNewWindow.focus()
	}
}

function closePopUp()
{
	var screenWidth = screen.width/2-150;
	var screenHeight = screen.height/2-75;
	FunkyNewWindow = window.open
	("/leaving.html", "Menu", 'width=301,height=150,resizable=no,top=' + screenHeight + ',left=' + screenWidth);
	FunkyNewWindow.focus()
}

function popIt(page,width,height,scrollStatus) {
	window.open ( page,"toolwindow","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=" + scrollStatus + ",resizable=no,top=28,left=190,screenX=190,screenY=28,width=" + width + ",height=" + height);
}

var agt = navigator.userAgent.toLowerCase();
var sStyle, sKnowBreak;

if ((agt.indexOf("mac")!=-1)) 
{
	if ((agt.indexOf("msie") != -1))
	{
		//mac ie
		sStyle = "<link rel='stylesheet' type='text/css' href='/styles/bodystyles_mac_ie.css'>";
		sKnowBreak = "<img src='/blackdot.gif' width='1' height='2' border='0'><br>";
	}
	else
	{
		//mac nn
		sStyle = "<link rel='stylesheet' type='text/css' href='/styles/bodystyles_mac_nn.css'>";
		sKnowBreak = "<img src='/blackdot.gif' width='1' height='2' border='0'><br>";
	}
} 
else 
{
	if ((agt.indexOf("win")!=-1)) 
	{
		if ((agt.indexOf("msie") != -1)) 
		{ 
			//pc ie
			sStyle = "<link rel='stylesheet' type='text/css' href='/styles/bodystyles_pc_ie.css'>"; 
			sKnowBreak = "<img src='/blackdot.gif' width='1' height='4' border='0'><br>";
		}
		else 
		{
			//pc nn
			sStyle = "<link rel='stylesheet' type='text/css' href='/styles/bodystyles_pc_nn.css'>"; 
			sKnowBreak = "<img src='/blackdot.gif' width='1' height='4' border='0'><br>";
		}
	}
}

//alert(sStyle);
document.write(sStyle);
