<!--
var NS4, IE, DOMstandard, CSScapable;
NS4=(document.layers) ? 1 : 0;
IE=(document.all) ? 1 : 0;
DOMstandard=(document.getElementById) ? 1 : 0;
CSScapable=(NS4 || IE || DOMstandard) ? 1 : 0;
IEmac=((IE) && DOMstandard && (navigator.appVersion=="4.0 (compatible; MSIE 5.0; Macintosh; I; PPC)")) ? 1 : 0;
//!DOMstandard && 
//var browser= navigator.userAgent!="Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
//(document.all && document.getElementById ) ? 1 : 0;
//if ((IE) && (navigator.appVersion=="4.0 (compatible; MSIE 5.0; Macintosh; I; PPC)")){

var browser= navigator.userAgent!="Mozilla/4.0 (compatible; MSIE 4.0; Mac_PowerPC)";
function winstat(tip) {
	if (browser) {
		window.status=tip } }
function nostat() {
	window.status=""}

function On(imgName) {
	if (document.images)
		document.images[imgName].src=eval(imgName+"on.src")}
function Off(imgName) {
	if (document.images)
		document.images[imgName].src=eval(imgName+"off.src")}
function Cur(imgName) {
	if (document.images)
		document.images[imgName].src=eval(imgName+"cur.src")}

///////
//var NS4, IE, DOMstandard
function aiRO(id,vis) {
	switch (vis) {
	case "show":
			if (NS4)
				document.layers[''+id+''].visibility="show"
			else if (IE)
				document.all[''+id+''].style.visibility="visible"
			else if (DOMstandard)
		    document.getElementById(''+id+'').style.visibility="visible"
			break;
			
	case "hide":
			if (NS4)
				document.layers[''+id+''].visibility="hide"
			else if (IE)
				document.all[''+id+''].style.visibility="hidden"
			else if (DOMstandard)
		    document.getElementById(''+id+'').style.visibility="hidden"
			break;
	default:return;
	}
return;
}
////////////////////
//reloads the window if Nav4 resized
function NS_reload(init) {
  if (init==true)
		with (navigator){
		if ((appName=="Netscape")&&(parseInt(appVersion)==4))
		{
    document.pgW=innerWidth;
		document.pgH=innerHeight;
		onresize=NS_reload; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH)
		location.reload();
  }
NS_reload(true);


mes_hom="Back to TVI Expo Home ( www.tviexpo.com )"

mes_reg="Register for the Expo ( www.tviexpo.com/register )"
mes_att="Attend the Expo ( www.tviexpo.com/attend )"
mes_exh="Exhibit at the Expo ( www.tviexpo.com/exhibit )"
mes_spe="Be a Speaker at the Expo ( www.tviexpo.com/speaker )"
mes_syn="Learn About the Interiors Market Synergies ( www.tviexpo.com/synergy )"

////////////////////////////////////////////////////////////////
// These are all legal openWin() calls:
// openWin("mydoc.html","jswin","",500,500);
// openWin("","","",500,500,RESIZABLE);
// openWin("http://www.yahoo.com","jswin","htmlwin",1000,1000,MENUBAR,STATUS,TOOLBAR,CENTER);

DIRECTORIES="directories"  // show directory buttons
LOCATION   ="location"     // show location bar
MENUBAR    ="menubar"      // show menu bar
RESIZABLE  ="resizable"    // make window resizable
SCROLLBARS ="scrollbars"   // show scrollbars (if needed)
STATUS     ="status"       // show status bar
TOOLBAR    ="toolbar"      // show toolbar
CENTER     ="center"       // center window
UPPERLEFT  ="upperleft"    // display window in upper-left corner
UPPERRIGHT ="upperright"   // display window in upper-right corner

// open a new window with specified features
function openWin(url, jsName, htmlName, width, height)
  {
  var is4up=true   // for CENTER, UPPERLEFT, UPPERRIGHT features
  var features="";  // string to hold features argument
  if (parseInt(navigator.appVersion) < 4)  // set is4up to true/false
    is4up=false;
  // build features string
  features+="width="+width+",";     // width
  features+="height="+height+",";   // height
  for (var i=5; i<arguments.length; i++)  // additional (optional) features
    {
    if (arguments[i]==CENTER && is4up)  // center window
      {
      features+="screenx="+(screen.width-width) / 2+",";
      features+="left="+(screen.width-width) / 2+",";
      features+="screeny="+(screen.height-height) / 2+",";
    //features+="top="+(screen.height-height) / 2+",";
      features+="top=20,";
      }
    if (arguments[i]==UPPERLEFT && is4up)  // upper-left window
      {
      features+="screenx=0,left=0,screeny=0,top=0";
      }
    if (arguments[i]==UPPERRIGHT && is4up)  // upper-right window
      {
      features+="screenx="+(screen.width-width-(screen.width/100))+",";
      features+="left="+(screen.width-width-(screen.width/100))+",";
      features+="screeny=0,top=0,";
      }
    else  // all additional features besides CENTER, UPPERLEFT, UPPERRIGHT
      { features+=arguments[i]+"=1,";}
    }
  jsName=window.open(url, htmlName, features);
	jsName.focus()
  }
// Specific Types / Sizes of Window pop-ups:
function couponWin(url){
 openWin(url,'coupon','coupon',520,560,SCROLLBARS,CENTER)}
 
function helpWin(url){
 openWin(url,'help','help',520,560,SCROLLBARS,CENTER)}
 
function previewWin(url){
 openWin(url,'preview','preview',580,600,RESIZABLE,SCROLLBARS,TOOLBAR,CENTER)}
 
function sampleWin(url){
 openWin(url,'exhibit','exhibit',640,600,LOCATION,RESIZABLE,SCROLLBARS,TOOLBAR)}

function coverWin(url){
 openWin(url,'cover','cover',670,620,CENTER,SCROLLBARS,RESIZABLE)}


var em1="mai";
var em2="lto:";
var em3="info";
var em4="@transport";
var em5="-interiors.com";

// -->