// JavaScript Document
/*
cyber // televiewer // business // about // directors
*/
function sub_left_menu(target,pageNum,subNum){
if (target == 'cyber')
{
document.write("");
}
if (target == 'about')
{
document.write("");
}
if (target == 'directors')
{
document.write("");
}
if (target == 'business')
{
document.write("");
}
if (target == 'televiewer')
{
document.write("");
}
}
function sub_top_flash(target){
if (target == 'cyber')
{
document.write("");
}
if (target == 'about')
{
document.write("");
}
if (target == 'directors')
{
document.write("");
}
if (target == 'business')
{
document.write("");
}
if (target == 'televiewer')
{
document.write("");
}
}
function main_flash(){
document.write("");
}