<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left" class="child_body">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "125"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var phone		= "no"		// SHOW PHONE NUMBER
var phoneLR		= "right"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "4"		// phone Y LOCATION








// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('<b>Employees</b><br></legend>');

document.write('<br><a target="_blank" href="http://checkpoint.riag.com/app/login?lkn=loginAllParms">Thomson Checkpoint</a><br>');

document.write('<a target="_blank" href="https://sbs.decomputis.com/exchweb/bin/auth/owalogon.asp?url=https://sbs.decomputis.com/exchange/&reason=0">Staff E-Mail</a><br>');



document.write('</fieldset>');
document.write('<br>');
}

// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('<b>Resources</b><br></legend>');

document.write('<ul><li><a target="blank" href="https://www1.gotomeeting.com/t/URL/g2m/joingotomeeting;jsessionid=abcEOKHaRapqNcuyqoqHs?Target=/m/join_gotomeeting.tmpl">Go To Meeting</a></li><br><img src="/picts/gtm_logo.jpg"></ul>');

document.write('<ul><li><a href="/1040Organizer.pdf">Individual Tax Organizer</a></li></ul>');

document.write('<ul><li><a href="/CorpOrganizer.pdf">Business Tax Organizer</a></li></ul>');

document.write('<ul><li><a href="/CorpRegForm.pdf">New Corporation Registration Form</a></li></ul>');

document.write('<ul><li><a href="/DC2006Internship.doc">Internship Application</a></li></ul>');

document.write('<ul><li>Client Access</li></ul>');

document.write('</fieldset>');
document.write('<br><br>');
}


// 3rd NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('<b>Contact Us</b><br></legend>');

document.write('<br>1346 The Alameda #235<br>San Jose, CA 95126<br>T.408.213.0350<br>F.408.217.9128<br><a href="mailto:dcadmin@decomputis.com">dcadmin@decomputis.com</a>');

document.write('</fieldset>');
document.write('<br>');
}
























// START PHONE NUMBER IN TOP MENU

   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('Phone: (408) 213-0350<br>');

document.write('</div>');
}










document.write('</td></tr></table>');


//  End -->
