// Set function to the element supplied
function setFocus(element)
{

	newFocus = document.getElementById(element);
	newFocus.focus();

}

// Show flash ads on online-demo.php
function showFlashAd(ad)
{
	
	frames['apple'].location.href = ad;
	
}
