var tp = 0;
var lf = 0;

if(document.all){
	if ((screen.width == 800) && (screen.height == 600)){
		tp=309;
		lf=190;	
	}
	if ((screen.width == 1024) && (screen.height == 768)){
		tp=399;
		lf=301;	
	}
}else{

	if ((screen.width == 800) && (screen.height == 600)){
		tp=310;
		lf=195;
	}else{
	
		
		tp=255;
		lf=195;
	}
}

	var NoOffFirstLineMenus=1; 
	var LowBgColor='#D2D2D2';
	var HighBgColor='#F5F5F5';
	var FontLowColor='black';
	var FontHighColor='black';
	var BorderColor='white';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Arial, Helvetica, Swiss, Geneva, Sans";
	var FontSize=8;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.0;
	var ChildVerticalOverlap=.0;
	var StartTop=tp; //set vertical offset
	var StartLeft=lf; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=0;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='';
	var SecLineFrame='';
	var DocTargetFrame='';
	var WebMasterCheck=0;
