function longMonthArray() {
	this[0] = "January";	this[1] = "February";	this[2] = "March";
	this[3] = "April";	this[4] = "May";	this[5] = "June";
	this[6] = "July";	this[7] = "August";	this[8] = "September";
	this[9] = "October";	this[10] = "November";	this[11] = "December";
        return (this);
}

function shortMonthArray() {
	this[0] = "Jan";	this[1] = "Feb";	this[2] = "Mar";
	this[3] = "Apr";	this[4] = "May";	this[5] = "Jun";
	this[6] = "Jul";	this[7] = "Aug";	this[8] = "Sep";
	this[9] = "Oct";	this[10] = "Nov";	this[11] = "Dec";
        return (this);
}

function longDayArray() {
	this[0] = "Sunday";	this[1] = "Monday";	this[2] = "Tuesday";
	this[3] = "Wednesday";	this[4] = "Thursday";	this[5] = "Friday";
	this[6] = "Saturday";
        return (this);
}

function shortDayArray() {
	this[0] = "Sun"; this[1] = "Mon"; this[2] = "Tue"; this[3] = "Wed";
	this[4] = "Thu"; this[5] = "Fri"; this[6] = "Sat";
        return (this);
}

function getShortYear(year)
{
shortyear =  year%100;
     if (shortyear < 10) shortyear = "0"+shortyear;
	return shortyear
}

function getLongYear(year)
{
  if (year > 1900) return year
  return year+1900;
}

function writeDateLong(format) {
  shortDays = new shortDayArray();
   longDays = new longDayArray();
   shortMonths = new shortMonthArray();
   longMonths = new longMonthArray();
   d = new Date();
   day = d.getDate();
   month = d.getMonth();
   year = d.getYear();
   if (format == 0)
     str = shortDays[d.getDay()] + " " + shortMonths[month] +". " + day + ", "+getLongYear(year);
  else if (format == 1)
     str = shortDays[d.getDay()] + " " + longMonths[month] + " " + day + ", "+getLongYear(year);
  else if (format == 2)
   str = longDays[d.getDay()] + " " + longMonths[month] + " " + day + ", "+getLongYear(year);
 else if (format == 3)
  str = longMonths[month] + " " + day + ", "+getLongYear(year);
  else if (format == 4)
   str = shortDays[d.getDay()] + " " + day + " " + shortMonths[month] +". " +getLongYear(year);
  else if (format == 5)
   str = shortDays[d.getDay()] + " " + day + " " + longMonths[month] + " " +getLongYear(year);
  else if (format == 6)
  str = longDays[d.getDay()] + " " + day + " " + longMonths[month] + " " + getLongYear(year);
 else if (format == 7)
str = day + " " + longMonths[month] + ", "+getLongYear(year);
else {
month++;
shortyear = getShortYear(year);
     if (format == 8)
       str = month + "/" + day + "/" + shortyear;
     else if (format == 9)
       str = month + "/" + day + "/" + getLongYear(year);
     else if (format == 10)
       str = day + "/" + month + "/" + shortyear;
     else if (format == 11)
       str = day + "/" + month + "/" + getLongYear(year);
     else if (format == 12)
       str = shortyear + "/" + month + "/" + day;
     else if (format == 13)
       str = shortyear + "/" + month + "/" + day;
     else {
        if (day < 10) day = "0"+day
        if (month < 10) month = "0"+month
        if (format == 14)
          str = month + "/" + day + "/" + shortyear;
        else if (format == 15)
          str = month + "/" + day + "/" + getLongYear(year);
        else if (format == 16)
          str = day + "/" + month + "/" + shortyear;
        else if (format == 17)
          str = day + "/" + month + "/" + getLongYear(year);
        else if (format == 18)
          str = shortyear + "/" + month + "/" + day;
        else if (format == 19)
         str = shortyear + "/" + month + "/" + day;
        }
     }
 document.writeln(str.bold().fontsize(4).fontcolor('#330099'));
}

function writeDate()
{
   writeDateLong(0);
}

function writeTimeLong(format)
{
   d = new Date();
   hour=d.getHours();
   min=d.getMinutes();
   sec=d.getSeconds();
   if (hour < 10) hour = "0"+hour;
   if (min < 10) min = "0"+min;
   if (sec < 10) sec = "0"+sec;
   
   if (format == 0)
  str = hour+":"+min+":"+sec;
  else if (format == 1)
  str = hour+":"+min;
   
 document.writeln(str);
}

function writeTime()
{
   writeTimeLong(0);
}

  


function message (ricky){
window.self.status=ricky;
return true;
}




function utubby_() {
gec_xx =":::NAAS YouTube Videos:::\>\n"
gec_xx+="Visit NAAS YouTube Channel.\n"
gec_xx+="Upload your videos to NAAS Channel.\n"
gec_xx+="*******************************\n"
gec_xx+="A service for NAAS Subscribers\n"
alert (gec_xx);
return false;
}


function nashx_() {
gec_xx ="::Official NAAS Accreditation Standards::\>\n"
gec_xx+="Alaska, Nevada,Montana,Washington\n"
gec_xx+="Oregon, Idaho, Utah states\n"
gec_xx+="have adopted standards from an\n"
gec_xx+="unlicensed agency.\n"
gec_xx+="******************************\n"
gec_xx+="*Is your award/application affected?**\>\n"
alert (gec_xx);
return true;
}

function taat_() {
gec_xx ="::The American Academy LLC::\>\n"
gec_xx+="Utah-based company stripped of NAAS Trademarks.\n"
gec_xx+="Company refused earlier legal requests.\n"
gec_xx+="Refusal to comply with earlier demands supports\n"
gec_xx+="suspicions that entities falsely accredited \n"
gec_xx+="by fraudulent misuse of the NAAS label typically\n"
gec_xx+="should not be trusted, and have low ethical standards.\n"
gec_xx+="******************************\n"
gec_xx+="*Avoid phony NAAS Accreditation scams.**\>\n"
alert (gec_xx);
return true;
}

function xnashx_() {
gec_xx ="::Beware of schools claiming NAAS Accreditation::\>\n"
gec_xx+="Only National Academy of American Scholars\n"
gec_xx+="can grant or approve NAAS Accreditation\n"
gec_xx+="*******************************************\n"
alert (gec_xx);
return false;
}

function idaho_() {
gec_xx ="::Video Protest: Northwest Association of Accredited Schools::\>\n"
gec_xx+="The Idaho Dept. of Education provides fuel for\n"
gec_xx+="\'NAAS\' Accreditation scams. They are corrupt.\n"
gec_xx+="Watch this video and embed into your webpage.\n"
gec_xx+="*******************************************\n"
alert (gec_xx);
return true;
}

function northxx_() {
gec_xx ="::Northwest Association of Accredited Schools::\>\n"
gec_xx+="is not licensed by National Academy of American Scholars.\n"
gec_xx+="Watch this video and embed into your webpage.\n"
gec_xx+="*******************************************\n"
alert (gec_xx);
return true;
}




function no_print_() {
gec_xx =":::The official NAAS Logo:::\>\n"
gec_xx+="*May not be used without written consent*\n"
gec_xx+=" or purchase of an NAAS license.\n"
gec_xx+="*******************************\n"
gec_xx+="The official NAAS logo image may not be copied.\n"
alert (gec_xx);
return false;
}

function price_() {
gec_xx =":::NAAS Subscription Price increase:::\>\n"
gec_xx+="Effective June 1st, 2008\n"
gec_xx+="The new full-year subscription price\n"
gec_xx+="for a full year of NAAS products and\n"
gec_xx+="services will be $25.00.\n"
gec_xx+="*******************************\n"
gec_xx+="Sincerely,\nTeam NAAS\n"
alert (gec_xx);
return true;
}

function gec_002_() {
gec_xx =":::USE OF NAAS EAS\/N2 Form GEC 002:::\>\n"
gec_xx+="Form GEC 002 is required for all special\n"
gec_xx+="contact or urgent communications with NAAS.\n"
alert (gec_xx);
return true;
}

function gec_001_() {
gec_xx =":::USE OF NAAS EAS\/N2 Form GEC 001:::\>\n"
gec_xx+="Form GEC 001 is required for all general\n"
gec_xx+="contact or communications to NAAS.\n"
alert (gec_xx);
return true;
}

function cells_() {
gec_xx =":::Beware of Cell-tower scams in Nevada:::\>\n"
gec_xx+="Nevada landowners report activity by\n"
gec_xx+="suspicious out-of-state firms.\n"
gec_xx+="******************************\n"
gec_xx+="Warning signs for land-owners.\n"
gec_xx+="******************************\n"
gec_xx+="***Beware of these companies***\>\n"
alert (gec_xx);
return true;
}

function thieves_() {
gec_xx =":::Beware of NAAS Imposters:::\>\n"
gec_xx+="Imitation may be flattery, but\n"
gec_xx+="theft or mis-use of intellectual\n"
gec_xx+="property is a federal crime.\n"
gec_xx+="******************************\n"
gec_xx+="Who is the latest copy-cat\?\n"
gec_xx+="******************************\n"
gec_xx+="***Avoid  these companies***....\>\n"
alert (gec_xx);
return true;
}

function nacac_xx_() {
gec_xx ="::Beware of these groups::\>\n"
gec_xx+="Student-loan fraud is rampant amongst\n"
gec_xx+="members of certain non-profit groups.\n"
gec_xx+="******************************\n"
gec_xx+="Beware of loan-steering.\n"
gec_xx+="Beware of suspicious referrals by\n"
gec_xx+="members of NASFAA\/NACAC.\n"
gec_xx+="******************************\n"
gec_xx+="Got burned by a NASFAA\/NACAC official\?\n"
gec_xx+="******************************\n"
gec_xx+="*We told you so... years ago**\n"
alert (gec_xx);
return true;
}

function bk_check() {
lead="***Official NAAS Book Rating service***\n"
lead+="We buy the books. We review. We share\n"
lead+="our opinions with you. This service is only\n"
lead+="available to NAAS Subscribers.\n"
lead+="****************************\n"
lead+="Are you wasting money on incomplete\n"
lead+="or misleading financial aid books\?\n"
lead+="*********************************\n"
lead+="Do you know that many financial-aid\n"
lead+="book authors have no experience in\n"
lead+="sponsoring any merit-based programs\?\n"
lead+="********************************\n"
lead+="Do you know that many financial-aid\n"
lead+="book authors are associated with the SAT\n"
lead+="cottage industry, and paper-mills\?\n"
lead+="****************************\n"
lead+="Read the NAAS Rating of Financial-aid books\n"
lead+="before you waste another dollar.\n"
alert (lead)
return true;
}

function fdca_() {
gec_xx =":::Fair Debt Collection Practices Act:::\>\n"
gec_xx+="\§ 803. Definitions [15 USC 1692a]\n"
gec_xx+="Requires validation of a debt.\n"
gec_xx+="It is a violation of federal law to\n"
gec_xx+="attempt to collect an unverified debt.\n"
gec_xx+="==============================\n"
alert (gec_xx);
return true;
}

var back ="Back to previous page"
var log="Log out button"
function log_out(){
lead ="\<:::Log-out Message:::\>:\n"
lead+=" You are now logging out of\n"
lead+=" the NAAS-NEWS website.\n"
lead+="**********************************\n"
lead+="Thank you.\n"
lead+="Sincerely yours, \nFrom TEAM NAAS\n"
alert (lead)
return true;
}

function back_(){
lead ="\<:::Returning to previous page:::\>:\n"
lead+="**********************************\n"
lead+="Thank you.\n"
lead+="Sincerely yours, \nFrom TEAM NAAS\n"
alert (lead)
return true;
}

function ready_0() {
lead ="***Availablity Times***\n";
lead+="Sept. 15th to Feb. 15th\n";
lead+="************************\n";
lead+="Thank you.\n"
lead+="Sincerely yours, \nFrom TEAM NAAS\n"
alert (lead)
return true;
}

function college_conf_() {
gec_xx =":::Beware of CollegeConfidential.com::\>\n"
gec_xx+="Company is linked to N.Y. UnderBoss\n"
gec_xx+="Pennsylvania is the same state linked to\n"
gec_xx+="Carnegie Mellon University and\n"
gec_xx+="federal informant Josh Centor.\n"
gec_xx+="Phony address details:\n"
gec_xx+="907 Rosehill Drive.\n"
gec_xx+="Altoona, PA 16602\n"
gec_xx+="Phone: 219-532-8755\n"
gec_xx+="domains@collegeconfidential.com.\n"
gec_xx+="******************************\n"
gec_xx+="******************************\n"
gec_xx+="**Know a Scam. Avoid a scam**\>\n"
alert (gec_xx);
return true;
}

function complaintsboard_() {
gec_xx =":::Beware of Complaintsboard website::\>\n"
gec_xx+="Company is linked to N.Y. UnderBoss.\n"
gec_xx+="Company sued in state and federal court by\n"
gec_xx+="Susan Johnson, Robert Johnson, and\n"
gec_xx+="Cozy Kittens Cattery, LLC.\n"
gec_xx+="Company ran by low I.Q. females.\n"
gec_xx+="Address details :\n"
gec_xx+="6033 S. Zanta Way.\n"
gec_xx+="Aurora CO 80015\n"
gec_xx+="domains@collegeconfidential.com.\n"
gec_xx+="******************************\n"
gec_xx+="******************************\n"
gec_xx+="**Know a Scam. Avoid a scam**\>\n"
alert (gec_xx);
return true;
}

function tempxx_() {
gec_xx =":::Message from NAAS Publisher:::\>\n"
gec_xx+="The link you have requested has been temporarily\n"
gec_xx+="suspended at the request of our sponsor.\n"
gec_xx+="####################\n"
alert (gec_xx);
return false;
}


function video_() {
gec_xx =":::NAAS NEWS Message:::\>\n"
gec_xx+="A new service exclusively for\n"
gec_xx+="NAAS Subscribers.\n"
gec_xx+="####################\n"
alert (gec_xx);
return true;
}

function collect_() {
gec_xx =":::Become an NAAS Subscriber:::\>\n"
gec_xx+="Are you a small business owner or\n"
gec_xx+="creditor wanting to list a debt\?\n"
gec_xx+="##########################\n"
gec_xx+="Do you want to dramatically increase\n"
gec_xx+="the odds of collection without forfeiting\n"
gec_xx+="more money to a collection agency\?\n"
gec_xx+="#############################\n"
gec_xx+="As an NAAS Subscriber, you may list your\n"
gec_xx+="debts at NAAS Bad Check Registry.\n"
gec_xx+="#############################\n"
gec_xx+="Low annual fee available for bulk\n"
gec_xx+="submissions of bad debts.\n"
alert (gec_xx);
return true;
}

function apparel() {
gec_xx =":::NAAS Collegiate Apparel:::\>\n"
gec_xx+="The NAAS apparel link is now\n"
gec_xx+="available to accept your orders.\n"
gec_xx+="####################\n"
gec_xx+="Style Today. Style Everyday.\n"
alert (gec_xx);
return true;
} 

function buy_me() {
lead ="Thank you for your interest in NAAS awards.\n" 
lead+="=================================\n"
lead+="Please proceed to order NAAS Multi-Media Packet\n"
lead+="online by completing eNAAS EAS\/N2 Form 0070.\n"
lead+="*************************************\n"
lead+="Thank you for your anticipated cooperation\n";
alert (lead);
return true;
}

function roll_me(naas) {
 var rcefund = 100
 var reel_prt = " ";
 var mouth=reel_prt
 var reel_bits = 1;
var reel="NAAS applications now available only to NAAS subscribers. "
+" Beta version of NAAS Application posted online. Available to subscribers."
+" NAAS debuts new website. Subscription fee increases to $25.00."
+" NAAS Visual Arts, Video contest is free."
+" National Academy of American Scholars has sponsored merit-based awards "
+" for over 15 years. We have the experience, knowledge, and integrity."
+" New NAAS Video service for NAAS Subscribers. Free for subscribers."
+" More and more services for NAAS Subscribers.  Enter an NAAS contest."
+" Every eligible student in America should apply for an NAAS award."
+" NAAS awards may be used in U.S.A. or abroad. Use an NAAS award at"
+" any college or university, or trade-school. No financial-need required."
+" NAAS awards are the purest of the pure. Parental income too high\?"
+" Don\'t qualify for financial-aid\? Maxed out on loans\? Apply to NAAS."
+" Every eligible student in America should apply for an NAAS award."
+" Before you buy any financial-aid book, read NAAS Rankings of Financial-aid"
+" Books. We review books at no cost, and publish our opinion. "
+" Service is available only to NAAS Subscribers. "
+" Beware of new trademark scams. Review NAAS SPAM Reports. "
+" Need help in sending your child to a private school\?"
+" Are you using debt or student loans to finance your education\? "
+" NAAS Awards do not have to be re-paid back."
+" Still addicted to the U.S. Postage stamp? Calculate your savings "
+" by terminating all paper-based products related to postage stamps."
+" Students and parents continue subscriptions to NAAS NEWS service. "
+" NAAS terminates unnecessary and costly U.S. Postal Service. "
+" Teacher volunteers. Is your child in danger\? No back-ground check"
+" required to become a teacher volunteer in many school districts."
+" No uniform standards in place. Read shocking NAAS Report on Teacher"
+" Volunteers, and NAAS Guidelines on Teacher Volunteers. "
+" Information for parents, students, teachers, and administrators."
+" Review pending Federal legislation that may affect financial aid.";
 if (naas>rcefund) {
  naas--;
  var prince="roll_me(" + naas + ")";
  tag=window.setTimeout(prince,rcefund);
 }
 else if (naas<=rcefund && naas>0) {
  for (reel_bits=0;reel_bits<naas;reel_bits++) {
   reel_prt+=" ";
   if (reel_bits<naas*.5){
   mouth+=" ";
   }
   
  }
  reel_prt+=reel;
  mouth+=reel
  naas--;
  var prince="roll_me("+naas+")";
  //witness this:  self.status="var:("+naas+")"+string;
  //window.status="Test1:("+naas+")"+reel_prt;
  document.table.header.value=mouth
  tag=window.setTimeout(prince,100);
 }
 else if (naas<=0) {
  if (-naas<reel.length) {
   reel_prt+=reel.substring(-naas,reel.length);
   mouth+=reel.substring(-naas,reel.length);
   naas--;
   var prince="roll_me(" + naas + ")";
   //window.status="Test2:("+naas+")"+reel_prt;  
    document.table.header.value=mouth
     tag=window.setTimeout(prince,rcefund+50);

  }
  else {
   window.status=" ";
   tag=window.setTimeout("roll_me(100)",50);
  }
 }
}
function play_it() {
 tag=window.setTimeout("roll_me(100)",500);
}
//runs with index.php, main and members
//new code
//Contents for menu 1
var menu1=new Array()
menu1[0]='<a href="http://www.naas.org/news.php" target="_top">NAAS NEWS</a>'
menu1[1]='<a href="http://www.naas.org/aff.php" target="_top">NAAS Affiliates</a>'
menu1[2]='<a href="http://www.naas.org/facts.php" target="_top">NAAS Media</a>'
menu1[3]='<a href="http://www.naas.org/copy.php" target="_top">NAAS Imposters</a>'
menu1[4]='<a href="http://www.naas.org/copy.php" target="_top">NAAS Warnings</a>'
menu1[5]='<a href="http://www.naas.org/hostsx.php" target="_top">NAAS Videos</a>'
menu1[6]='<a href="http://www.naas.org/browser.php" target="_top">Optimum Browsers</a>'

//Contents for menu 2, and so on
var menu2=new Array()
menu2[0]='<a href="senior.php" target="_top">High-School Senior</a>'
menu2[1]='<a href="college.php" target="_top">College students</a>'
menu2[2]='<a href="cards1.php" target="_top">NAAS Social Cards</a>'
menu2[3]='<a href="tenants.php" target="_top">NAAS Honor Code</a>'
menu2[4]='<a href="bio.php" target="_top">NAAS Biography</a>'
menu2[5]='<a href="tenants.php" target="_top">NAAS Tenant Screeening</a>'
menu2[6]='<a href="disclaim.php" target="_top">NAAS Disclaimer</a>'
menu2[7]='<a href="swnl.php" target="_top">Scholarship Watch</a>'
menu2[8]='<a href="spam.php" target="_top">NAAS SPAM Report</a>'
menu2[9]='<a href="ratings.php" target="_top">Book Ratings</a>'
menu1[10]='<a href="browser.php" target="_top">Optimum Browsers</a>'
menu1[11]='<a href="aff.php" target="_top">NAAS Affiliates</a>'
		
var menuwidth='165px' //default menu width
var menubgcolor='lightyellow'  //menu bgcolor
var disappeardelay=250  //menu disappear speed onMouseout (in miliseconds)
var hidemenu_onclick="yes" //hide menu when user clicks within menu?

/////No further editting needed

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

if (ie4||ns6)
document.write('<div id="dropmenudiv" style="visibility:hidden;width:'+menuwidth+';background-color:'+menubgcolor+'" onMouseover="clearhidemenu()" onMouseout="dynamichide(event)"></div>')

function getposOffset(what, offsettype){
var totaloffset=(offsettype=="left")? what.offsetLeft : what.offsetTop;
var parentEl=what.offsetParent;
while (parentEl!=null){
totaloffset=(offsettype=="left")? totaloffset+parentEl.offsetLeft : totaloffset+parentEl.offsetTop;
parentEl=parentEl.offsetParent;
}
return totaloffset;
}


function showhide(obj, e, visible, hidden, menuwidth){
if (ie4||ns6)
dropmenuobj.style.left=dropmenuobj.style.top="-500px"
if (menuwidth!=""){
dropmenuobj.widthobj=dropmenuobj.style
dropmenuobj.widthobj.width=menuwidth
}
if (e.type=="click" && obj.visibility==hidden || e.type=="mouseover")
obj.visibility=visible
else if (e.type=="click")
obj.visibility=hidden
}

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function clearbrowseredge(obj, whichedge){
var edgeoffset=0
if (whichedge=="rightedge"){
var windowedge=ie4 && !window.opera? iecompattest().scrollLeft+iecompattest().clientWidth-15 : window.pageXOffset+window.innerWidth-15
dropmenuobj.contentmeasure=dropmenuobj.offsetWidth
if (windowedge-dropmenuobj.x < dropmenuobj.contentmeasure)
edgeoffset=dropmenuobj.contentmeasure-obj.offsetWidth
}
else{
var topedge=ie4 && !window.opera? iecompattest().scrollTop : window.pageYOffset
var windowedge=ie4 && !window.opera? iecompattest().scrollTop+iecompattest().clientHeight-15 : window.pageYOffset+window.innerHeight-18
dropmenuobj.contentmeasure=dropmenuobj.offsetHeight
if (windowedge-dropmenuobj.y < dropmenuobj.contentmeasure){ //move up?
edgeoffset=dropmenuobj.contentmeasure+obj.offsetHeight
if ((dropmenuobj.y-topedge)<dropmenuobj.contentmeasure) //up no good either?
edgeoffset=dropmenuobj.y+obj.offsetHeight-topedge
}
}
return edgeoffset
}

function populatemenu(what){
if (ie4||ns6)
dropmenuobj.innerHTML=what.join("")
}


function dropdownmenu(obj, e, menucontents, menuwidth){
if (window.event) event.cancelBubble=true
else if (e.stopPropagation) e.stopPropagation()
clearhidemenu()
dropmenuobj=document.getElementById? document.getElementById("dropmenudiv") : dropmenudiv
populatemenu(menucontents)

if (ie4||ns6){
showhide(dropmenuobj.style, e, "visible", "hidden", menuwidth)
dropmenuobj.x=getposOffset(obj, "left")
dropmenuobj.y=getposOffset(obj, "top")
dropmenuobj.style.left=dropmenuobj.x-clearbrowseredge(obj, "rightedge")+"px"
dropmenuobj.style.top=dropmenuobj.y-clearbrowseredge(obj, "bottomedge")+obj.offsetHeight+"px"
}

return clickreturnvalue()
}

function clickreturnvalue(){
if (ie4||ns6) return false
else return true
}

function contains_ns6(a, b) {
while (b.parentNode)
if ((b = b.parentNode) == a)
return true;
return false;
}

function dynamichide(e){
if (ie4&&!dropmenuobj.contains(e.toElement))
delayhidemenu()
else if (ns6&&e.currentTarget!= e.relatedTarget&& !contains_ns6(e.currentTarget, e.relatedTarget))
delayhidemenu()
}

function hidemenu(e){
if (typeof dropmenuobj!="undefined"){
if (ie4||ns6)
dropmenuobj.style.visibility="hidden"
}
}

function delayhidemenu(){
if (ie4||ns6)
delayhide=setTimeout("hidemenu()",disappeardelay)
}

function clearhidemenu(){
if (typeof delayhide!="undefined")
clearTimeout(delayhide)
}

if (hidemenu_onclick=="yes")
document.onclick=hidemenu
}