function nw (link)

{
				 
	//alert(link)
	window.open(link.href);
 	return false;
}


	   
function focusOnField(field)
{
	

document.getElementById(field).focus()
document.getElementById(field).select()

}


function focusOnSearch()	{
	
			

	if(!document.getElementById) return false;
	
	if(!document.getElementById("searchfor")) return false;
	
	
	if(document.getElementById("searchfor")) {
		document.getElementById("searchfor").focus()
		
			
	}

	

	
}





window.onload = function(){
	
	imageFader()
	focusOnSearch()
	checkSlideshowSupport()
	linkToNewWindow()
	checkForImageSwap()
	activateDropDownMenus()
	setupSlider()
	prepareGallery()
	StartUserSlideShow()
}


