// DoubleByteSupport Variable For Browser Checking

// If the site is supporting Single Byte language 
// then
//	the browser type checking is 
//	Net Communicator 4.5
//	IE 4.0
// else if the site is supporting Double Byte National Language
//
//	the browser type checking is 
//	Net Communicator 4.72
//	IE 5.0

// if the site is supporting double byte, set the variable to TRUE.
// if the site is supporting single byte only, set the variable to FALSE;

var DoubleByteSupport = false;
