
var an = navigator.appName;
var av = navigator.appVersion;
var destHREF="http://www.microarry.org";

var firstsplit = new Array();
firstsplit = av.split("(");

var secondsplit = new Array();
secondsplit = firstsplit[1].split(";");

document.write("<style type=text/css>");


//**************************
//OTHER STYLES INSERTED HERE
//**************************

document.write(".lightblue {font-family:Helvetica; color:003366; font-size:10pt}")
document.write(".title {font-family:Helvetica; font-size:13pt; color:white; }")
document.write(".sub {font-family:Helvetica; font-size:8pt; color:white; text-decoration:none}")
document.write(".normal {font-size:10pt; font-family:Helvetica, Arial, sans-serif;color:green}")
document.write(".warning {font-size:11pt; font-family:Helvetica, Arial, sans-serif;font-weight:bold;color:orange}")
document.write(".alerting {font-size:12pt; font-family:Helvetica, Arial, sans-serif;font-weight:bold;color:red}")
document.write(".menu {font-family:Helvetica; font-size:10pt; color:white; font-weight:bold; verticle-align:middle; text-decoration:none}")
document.write(".main {font-size:10pt; font-family:Helvetica, Arial, sans-serif}")
document.write(".submenu {font-family:Helvetica; font-size:9pt; color:white; text-decoration:none}")
document.write(".subtitle {font-family:Arial; font-size:10pt; color:990000; font-weight:bold; verticle-align:middle; text-decoration:none}")
document.write(".darkblue {font-family:Helvetica; color:1D3668; font-size:10pt}")
document.write(".orange {font-family:Helvetica; color:FFC600; font-size:10pt; font-weight:bold}")
document.write(".smallblack  {font-family:Helvetica; font-size:8pt;text-decoration:none}")
document.write(".black  {font-family:Helvetica; font-weight:bold; font-size:10pt}")
document.write(".calendar { position: absolute; left: 5px; top: 5px; width: 400px;}")
document.write(".dayofweek {font-size: 13px;}")
document.write(".month {font-size: 13px;}")
document.write(".date {width: 10%; height: 40px;  padding-right: 3px; text-align: left; vertical-align: top; font-size: 13px;  font-weight: bold; cursor: pointer; cursor: hand;}")
document.write(".selected {width: 10%; height: 40px; padding-right: 3px; text-align: left; vertical-align: top; font-weight: bold; font-size: 13px;  cursor: hand;}") 
document.write(".empty { width: 10%; height: 40px;}")
document.write("form { padding: 0px; margin: 0px;}")


document.write(".shuttle {font-family:Arial; font-size:15pt; color:E3D0A0; font-weight:bold; verticle-align:middle; text-decoration:none}")

document.write(".clsOn {font-family:Helvetica; font-size:10pt; color:black;text-decoration: none;padding: 3px 0 0 4px; font-weight: bold; }")
document.write(".clsOver {font-family:Helvetica; font-size:10pt; color:white;text-decoration: none;padding: 3px 0 0 4px; font-weight: bold;}")
if (navigator.userAgent.indexOf("Firefox") != -1 && navigator.appVersion.indexOf("X11")!=-1 ) 
 {
 	document.write(".clsOn {font-family:Helvetica; font-size:10pt; color:black;text-decoration: none;padding: 0px 0 0 4px; font-weight: bold; }")
	document.write(".clsOver {font-family:Helvetica; font-size:10pt; color:white;text-decoration: none;padding: 0px 0 0 4px; font-weight: bold;}")
 }

document.write(".suggestion_list {font-size:10pt; font-family:Helvetica, Arial, sans-serif;	background: white;	border: 1px solid;	padding: 4px;}");
document.write(".suggestion_list ul	{	padding: 0;	margin: 0;	list-style-type: none;}");
document.write(".suggestion_list a	{	text-decoration: none;	color: #990000;	}");
document.write(".suggestion_list .select {	background: #990000;color: white;}");
document.write(".suggestion_list .select a	{	color: white;	}");
document.write("#autosuggest {	display: none;	}");
document.write("</style>");

//**************************
//OTHER FUNCTIONS HERE
//**************************

function openWindow(url, name) {
  popupWin = window.open(url, name, 'scrollbars,resizable,width=200,height=200,left=200,top=200')
}
function acceptRiken(url, name) {
  popupWin = window.open(url, name, 'scrollbars,resizable,width=300,height=300,left=200,top=200')
}
function declineRiken(url, name) {
  popupWin = window.open(url, name, 'scrollbars,resizable,width=200,height=200,left=200,top=200')
}
function openFullWindow(NewURL, name) {
  popupWin = window.open(NewURL, name, 'menubar,toolbar,location,directories,status,scrollbars,resizable,dependent,width=740,height=580,left=100,top=100');
}	
function openNewWindow(OldURL, NewURL, name) {
//  window.close();
  popupWin = window.open(NewURL, name, 'location,width=340,height=220,left=100,top=100');
}	
function remote2(url) {
  opener.location = url;
  self.close();
}
function closeWindow() {
  self.close();
}




