<?


### SET FILE EXTENSION:
$file_extension = "DEFAULT";

if($_SESSION['template']['company']['client'] == "vocaONE") {
	$file_extension = $_SESSION['template']['company']['client'];
}


if(stristr($_SESSION['template']['company']['client'],"V-WAVE"))  {
	$file_extension = "vWAVE";
}

if(stristr($_SESSION['template']['company']['client'],"NSDB"))  {
	$file_extension = "NSDB";
}

if(stristr($_SESSION['template']['company']['text_name'],"VIDEO-CONFERENCE.link"))  {
	$file_extension = "VIDEO-CONFERENCE";
}

//test("file_extension",$file_extension);

### PULL THE MODULE:
include($_SESSION['template']['company']['file_path'] . "shared/start_TABLE_VI_mastertab_".$file_extension.".shared"); 


### CLEAR VARS:
$file_extension = "";


?>