
function winOpen(url){
	window2 = window.open(url,"newWin","width=800,height=740,scrollbars=no,status=no");
	setTimeout("window2.focus();",500);
}






function switchBtn(id,img) {
	
	document.getElementById(id).src = img;
	
}


