home *** CD-ROM | disk | FTP | other *** search
- //UDM v3.1.1
-
-
- //**DO NOT EDIT THIS ******************************************
- //*************************************************************
- if (!exclude) // document object variable
- {
- var d=document;
- // adjust for font size discrepancy
- if ((!mac&&ns4)||(mac&&op5))
- {
- fSIZE+=1;
- sfSIZE+=1;
- }
- // filter for bad definitions
- if (bSIZE<0)
- bSIZE=0;
- if (fSIZE<5)
- fSIZE=5;
- if (tINDENT<0)
- tINDENT=0;
- if (vPADDING<0)
- vPADDING=0;
- if (sbSIZE<0)
- sbSIZE=0;
- if (sfSIZE<5)
- sfSIZE=5;
- if (stINDENT<0)
- stINDENT=0;
- if (svPADDING<0)
- svPADDING=0;
- if (fWEIGHT=="")
- fWEIGHT="normal";
- if (sfWEIGHT=="")
- sfWEIGHT="normal";
- // link style definitions
- var stySTR='';
- stySTR+='<style>\n<!--\n';
- stySTR+='.mTD A \{color:'+aLINK+'\;font-weight:'+fWEIGHT+'\;white-space: nowrap\;\}\n';
- stySTR+='.mTD A:Link \{color:'+aLINK+'\}\n';
- stySTR+='.mTD A:Visited \{color:'+aLINK+'\}\n';
- stySTR+='.mTD A:Active,.mTD A:Link,.mTD A:Visited,.mTD A:Hover\{font-weight:'+fWEIGHT+'\;font-size:'+fSIZE+'px\;font-family:'+fFONT+'\;text-decoration:'+aDEC+'\;position:relative\;\}\n';
- stySTR+='.SUBmTD A \{color:'+saLINK+'\;font-weight:'+sfWEIGHT+'\;white-space: nowrap\;\}\n';
- stySTR+='.SUBmTD A:Link \{color:'+saLINK+'\}\n';
- stySTR+='.SUBmTD A:Visited \{color:'+saLINK+'\}\n';
- stySTR+='.SUBmTD A:Active,.SUBmTD A:Link,.SUBmTD A:Visited,.SUBmTD A:Hover\{font-weight:'+sfWEIGHT+'\;font-size:'+sfSIZE+'px\;font-family:'+sfFONT+'\;text-decoration:'+saDEC+'\;\}\n';
- if (ie5)
- {
- stySTR+='.u\{text-decoration:underline\;\}\n';
- }
- //*************************************************************
- //****##### USE THIS SPACE FOR NEW STYLE DEFINITIONS #####*****
-
-
- var cl='#0000cc';
- var fs=14;
- if ((win&&ns4)||(mac&&op5))
- {
- fs=15;
- if(ns4)
- {
- cl='#009600';
- }
- }
- stySTR+='.roman \{font-size:'+fs+'px\; color:'+cl+'\; background-color:white\; font-family:times new roman\; \}\n';
-
-
- //** DO NOT EDIT THIS ****************************************
- stySTR+='//-->\n</style>\n';
- d.write(stySTR);
- }
-
- function genericOnloadFunction()
- {
- //*************************************************************
- //****##### USE THIS SPACE TO DEFINE ONLOAD FUNCTIONS #####****
-
- //** DO NOT EDIT THIS *****************************************
- //*************************************************************
- if (ns4)
- {
- nsinit();
- }
- }
- //*************************************************************
-