

function PreLoadImg()
{
	Image1= new Image(189,215)
	Image1.src = "images/menu.jpg"

	Image2= new Image(189,215)
	Image2.src = "images/menu_home.jpg"

	Image3= new Image(189,215)
	Image3.src = "images/menu_goodies.jpg"

	Image4= new Image(189,215)
	Image4.src = "images/menu_contact.jpg"

	Image5= new Image(189,215)
	Image5.src = "images/menu_directions.jpg"

	Image6= new Image(189,215)
	Image6.src = "images/menu_about.jpg"

}




function SetSShot1(pth2) 
{
	
	document.ScreenShot1.src = pth2;
	ScreenShot1a.style.posTop = 10+document.body.scrollTop;
	ScreenShot1a.style.posLeft = 300;
	document.ScreenShot1.border = 2
	
}

function SetPic() 
{
	document.ScreenShot1.src = "images/nopic.jpg";
	ScreenShot1a.style.posTop = 600;
	document.ScreenShot1.border = 0
}



function OpenNewWindowEx(pth2, cX, cY, al) 
{
	
	

	if(al=="AL_CENTER")
	{
		nLeft = (screen.width / 2) - (cX /2);
		nTop = (screen.height / 2) - (cY /2);
	}

	if(al=="AL_NONE")
	{
		nLeft = 0;
		nTop = 0;
	}

	
	props=window.open(pth2, "poppage2", "toolbars=0, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width="+cX+", height="+cY+", left="+nLeft+", top="+nTop+"");	
	
	props.focus();
}

function OpenNewWindow(pth2) 
{
	
	
	cX = 550;
	cY = 400;

	nLeft = (screen.width / 2) - (cX /2);
	nTop = (screen.height / 2) - (cY /2);

	
	props=window.open(pth2, "poppage2", "toolbars=0, titlebar=NO, scrollbars=1, location=0, statusbars=0, menubars=0, resizable=1, width="+cX+", height="+cY+", left="+nLeft+", top="+nTop+"");	
	
	props.focus();
}


function SignInOff() 
{
	document.sign_button.src = "images/signin_button.jpg"; return true;
}
function SignInOn() 
{
	document.sign_button.src = "images/signin_button_on.jpg"; return true;
}

function NewMemOff() 
{
	document.new_mem_button.src = "images/newmem_button_off.jpg"; return true;
}
function NewMemOn() 
{
	document.new_mem_button.src = "images/newmem_button_on.jpg"; return true;
}