//Author: Edward Raddar
//Date: 08/12/08
//Purpose to apply user selected site preferrances

/*
var optsForm
var prefsForm
var setsForm\

var anyFieldIsBlank
function checkSiteOpts() {
	if (document.optsForm.anyFiled == '')
		alert('Please select an option to apply');
		else
			processOptions();
	
}

function checkSitePrefs() {
	if (document.prefForm.anyField == '')
		alert('Please select a preference to apply');
		else
			processPreferences();	
}

function checkSiteSets() {
	if (document.setsForm.anyField == '')
		alert('Please select an setting to apply');
	else
		processSettings();
}
*/

var nonIEMsg = new Array() 
nonIEMsg [0]='<div class="outer_drop_menu main_menu" onmouseout="disappeardelay=600, dynamichide(event)" style="width: 150px;"><div class="option_menu">'
nonIEMsg [1]='Your browser is + navigator.appName + .<br />'
nonIEMsg [2]='This site is designed for Microsoft Internet Explorer 7. Please get the latest Internet Explorer to have a better browsing expeience.'
nonIEMsg [3]='</div></div>'

var textSize = new Array() 
textSize [0]='<img src="/images/tools/txt_size_top.png"><div class="outer_drop_menu main_menu" style="border: 0px;" onmouseout="dynamichide(event)"><div class="option_menu">'

textSize [1]='<span onclick="chooseStyle(\'text16\', 60)" class="option_link text16" style="border: 0px; font-size: 16px;">Size: 16</span>'
textSize [2]='<span onclick="chooseStyle(\'text14\', 60)" class="option_link text14" style="border: 0px; border-top: 1px solid #fb3; font-size: 14px;">Size: 14</span>'
textSize [3]='<span onclick="chooseStyle(\'text12\', 60)" class="option_link text12" style="border: 0px; border-top: 1px solid #fb3; font-size: 12px;">Size: 12</span>'
textSize [4]='<span onclick="chooseStyle(\'text10\', 60)" class="option_link text10" style="border: 0px; border-top: 1px solid #fb3; font-size: 10px;">Size: 10</span>'
textSize [5]='<span onclick="chooseStyle(\'default\', 60)" class="option_link textDefault" style="border: 0px; border-top: 1px solid #fb3; border-bottom: 1px solid #fb3;">Default</span>'
textSize [6]='</div></div><img src="/images/tools/txt_size_btm.png">'

var textSize2 = new Array() 
textSize2 [0]='<div class="outer_drop_menu main_menu" style="border: 0px;" onmouseout="dynamichide(event)"><div class="option_menu">'

textSize2 [1]='<span onclick="chooseStyle(\'default\', 60)" class="option_link textDefault" style="border: 0px;">Default</span>'
textSize2 [2]='<span onclick="chooseStyle(\'text10\', 60)" class="option_link text10" style="border: 0px; border-top: 1px solid #fb3; font-size: 10px;">Size: 10</span>'
textSize2 [3]='<span onclick="chooseStyle(\'text12\', 60)" class="option_link text12" style="border: 0px; border-top: 1px solid #fb3; font-size: 12px;">Size: 12</span>'
textSize2 [4]='<span onclick="chooseStyle(\'text14\', 60)" class="option_link text14" style="border: 0px; border-top: 1px solid #fb3; font-size: 14px;">Size: 14</span>'
textSize2 [5]='<span onclick="chooseStyle(\'text16\', 60)" class="option_link text16" style="border: 0px; font-size: 16px; border-top: 1px solid #fb3; border-bottom: 1px solid #fa1;">Size: 16</span>'
textSize2 [6]='</div></div><img src="/images/tools/txt_size_btm.png">'
