//-->base css on screen resolution-->

var theText = new Array(5)
theText[640] = '<style type="text/css">body{margin-top:0;margin-right:0;margin-left:0}p{margin-right:0}h1{font-family:Verdana;font-size:13px;color:#BD9252;margin-top:0;margin-bottom:0;}.ver4{font-family:Verdana;font-size:13px}.ver2{font-family:Verdana;font-size:11px}.tah{font-family:Tahoma;font-size:12px;color:#ffdead}ul{font-family:Tahoma;font-size:11px;color:#ffdead;margin-top:0;margin-bottom:0}.lmenu{font-family:Tahoma;font-size:11px;color:#ffdead}.tahindex{font-family:Tahoma;font-size:12px;color:#ffdead}.hoteliers{font-family:Verdana;font-size:11px}</style>'
theText[800] = '<style type="text/css">body{margin-top:0;margin-right:0;margin-left:0}p{margin-right:0}h1{font-family:Verdana;font-size:15px;color:#BD9252;margin-top:0;margin-bottom:0;}.ver4{font-family:Verdana;font-size:15px}.ver2{font-family:Verdana;font-size:12px}.tah{font-family:Tahoma;font-size:12px;color:#ffdead}ul{font-family:Tahoma;font-size:12px;color:#ffdead;margin-top:0;margin-bottom:0}.lmenu{font-family:Tahoma;font-size:11px;color:#ffdead}.tahindex{font-family:Tahoma;font-size:12px;color:#ffdead}.hoteliers{font-family:Verdana;font-size:12px}</style>'
theText[1024] = '<style type="text/css">body{margin-top:20;margin-right:60;margin-left:20}p{margin-right:35}h1{font-family:Verdana;font-size:18px;color:#BD9252;margin-top:0;margin-bottom:0;}.ver4{font-family:Verdana;font-size:16px}.ver2{font-family:Verdana;font-size:13px}.tah{font-family:Tahoma;font-size:12px;line-height:17px;color:#ffdead}ul{font-family:Tahoma;font-size:12px;color:#ffdead;margin-top:0;margin-bottom:0}.lmenu{font-family:Tahoma;font-size:12px;color:#ffdead}.tahindex{font-family:Tahoma;font-size:14px;color:#ffdead}.hoteliers{font-family:Verdana;font-size:13px}</style>'
theText[1152] = '<style type="text/css">body{margin-top:20;margin-right:60;margin-left:20}p{margin-right:35}h1{font-family:Verdana;font-size:18px;color:#BD9252;margin-top:0;margin-bottom:0;}.ver4{font-family:Verdana;font-size:18px}.ver2{font-family:Verdana;font-size:15px}.tah{font-family:Tahoma;font-size:15px;line-height:18px;color:#ffdead}ul{font-family:Tahoma;font-size:15px;color:#ffdead;margin-top:0;margin-bottom:0}.lmenu{font-family:Tahoma;font-size:13px;color:#ffdead}.tahindex{font-family:Tahoma;font-size:16px;color:#ffdead}.hoteliers{font-family:Verdana;font-size:14px}</style>'
theText[1280] = '<style type="text/css">body{margin-top:20;margin-right:20;margin-left:20}p{margin-right:15}h1{font-family:Verdana;font-size:18px;color:#BD9252;margin-top:0;margin-bottom:0;}.ver4{font-family:Verdana;font-size:18px}.ver2{font-family:Verdana;font-size:15px}.tah{font-family:Tahoma;font-size:15px;line-height:18px;color:#ffdead}ul{font-family:Tahoma;font-size:15px;color:#ffdead;margin-top:0;margin-bottom:0}.lmenu{font-family:Tahoma;font-size:13px;color:#ffdead}.tahindex{font-family:Tahoma;font-size:16px;color:#ffdead}.hoteliers{font-family:Verdana;font-size:14px}</style>'

var a = 0
var b = theText.length;
var preBuffer = new Array()
for (c = 0; c < b; c++){
   preBuffer[c] = new String()
   preBuffer[c].src = theText[c]
}


// for NN4/IE4
if (self.screen) {     
        width = screen.width
        height = screen.height
}


// for NN3 w/Java

else if (self.java) {   

       var javakit = java.awt.Toolkit.getDefaultToolkit();
       var scrsize = javakit.getScreenSize();       
       width = scrsize.width; 
       height = scrsize.height; 
}

else if (document.layers||document.getElementById) {

	if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth){
		//top.window.outerHeight = screen.availHeight;
		//top.window.outerWidth = screen.availWidth;
        width = screen.availWidth;
        height = screen.availHeight;
		}
}

else {
// N2, E3, N3 w/o Java (Opera and WebTV)

width = 480
height = 640 

}

//-->
	  
var whichText0 = width;

if ([whichText0] == 640)	{
var whichText1 = 640;}

else if([whichText0] == 800)	{
var whichText1 = 800;}

else if([whichText0] == 1024)	{
var whichText1 = 1024;}

else if([whichText0] == 1152)	{
var whichText1 = 1152;}

else if([whichText0] == 1280)	{
var whichText1 = 1280;}

else {var whichText1 = 1024;}

function showText0(){
document.write(theText[whichText1]);
}

//  End script-->


