// Provided by MyFreeTemplates.com
<!--
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function open_toolbar_window()
{
new_window = open("","displayWindow","width=500,height=225,left=10,top=10");
// open new document
new_window.document.open();

// Text of the new document
// Replace your " with ' or \" or your document.write statements will fail
new_window.document.write("<html><head><title>CKCS Search Toolbar</title>");
new_window.document.write("<LINK Rel='STYLESHEET' Href='/includes/ckcsnew.css' Type='text/css'></head>");
new_window.document.write("<body bgcolor=\"#FFFFFF\">");
new_window.document.write("<A href='http://download.alexa.com/?amzn_id=ckcs-20' target=_new ><IMG align='right' width='171' height='192' src='/graphics/base/stop_popup_ads.gif'></A>");
new_window.document.write("<P style='line-height: 200%;'>Through our partnership with Amazon.com, we are ");
new_window.document.write("offering an exclusive Central Kentucky Computer ");
new_window.document.write("Society version of the award winning Alexa Toolbar. ");
new_window.document.write("With the toolbar you can search the web, using their ");
new_window.document.write("amazing search engine, right from your toolbar. ");
new_window.document.write("Plus, when you download and use the toolbar,    ");
new_window.document.write("you'll help support Central Kentucky Computer Society.</P>");
new_window.document.write("</body></html>");
// close the document
new_window.document.close();
}


function open_mhm_window()
{
new_window = open("","displayWindow","width=400,height=170,left=100,top=100");

// open new document
new_window.document.open();

// Text of the new document
// Replace your " with ' or \" or your document.write statements will fail
new_window.document.write("<html><title>Members Helping Members</title>");
new_window.document.write("<body bgcolor=\"#FFFFFF\">");
new_window.document.write("Members-Helping-Members is a list of CKCS members ");
new_window.document.write("who are willing to share their expertise to solve ");
new_window.document.write("computer problems. This is a benefit of CKCS members ");
new_window.document.write("and therefore limited to current members in good standing. ");
new_window.document.write("<BR><BR>To access this page, click on the Enter Members Area.  ");
new_window.document.write("Once logged in you will see the link to the MHM page.  ");
new_window.document.write("</body></html>");

// close the document
new_window.document.close();
}


//-->
