function goCommunity()
{
	box = document.forms[0].webcamscommunity;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

function goEvent()
{
	box = document.forms[1].webcamsevent;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}

function ZoomImage(img,name) {
	var win = window.open('http://www.kywebcams.com/showcam.php?image='+img+'&width=704&name='+name+'','','width=720,height=500');
}