/* Navigation buttons of type Input Type Button */
		

<!-- HIDE FROM INCOMPATIBLE BROWSERS

			
			function scrollRight()
  				{
  					window.scrollBy(100,0);
  				}
  			
	 	  function openWindow(openP){
		  		   secondWindow = window.open(openP, "", "menubar=0, directories=0, scrollbars=yes, resizable=yes, width=890px, height=900px");
				   secondWindow.focus();
			}					
			
			function changePage(curPage){
			switch (curPage){
				
				case "index.html":
					secondWindow = window.location="index.html";		
					secondWindow.focus();
					break;
				case "btnLink2.html":
					secondWindow = window.location="btnLink2.html";						
					secondWindow.focus();
					break;
				case "btnLink3.html":
					secondWindow = window.location="btnLink3.html";				
					secondWindow.focus();
					break;
				case "btnLink3p.html":
					secondWindow = window.location="btnLink3p.html";						
					secondWindow.focus();
					break;
				case "btnLink4.html":
					secondWindow = window.location="btnLink4.html";						
					secondWindow.focus();
					break;
				case "btnLink5.html":
					secondWindow = window.location="btnLink5.html";						
					secondWindow.focus();
					break;
				case "btnLink6.html":
					secondWindow = window.location="btnLink6.html";						
					secondWindow.focus();
					break;
				case "btnLink7.html":
					secondWindow = window.location="btnLink7.html";					
					secondWindow.focus();
					break;
				case "ccSthlm.html":
					secondWindow = window.location="ccSthlm.html";					
					secondWindow.focus();
					break;
				case "ystads.html":
					secondWindow = window.location="ystads.html";				
					secondWindow.focus();
					break;
				case "current":
					window.alert("This is the page.");
					break;
				case "currents":
					window.alert("This is the site.");
					break;
								
			}
		}					
			

		function highlightStyle(s){
			switch (s){
				case 0:
					document.getElementById("resetButton").style.fontSize = "14px";
					break;
				case 1:
					document.getElementById("home").style.fontSize = "14px";
					break;
				case 2:
					document.getElementById("btnLink2").style.fontSize = "14px";
					break;
				case 3:
					document.getElementById("btnLink3").style.fontSize = "14px";
					break;
				case 4:
					document.getElementById("btnLink4").style.fontSize = "14px";
					break;
				case 5:
					document.getElementById("btnLink5").style.fontSize = "14px";
					break;
				case 6:
					document.getElementById("btnLink6").style.fontSize = "14px";
					break;
				case 7:
					document.getElementById("btnLink7").style.fontSize = "14px";
					break;
				
				case 9:
					document.getElementById("submitButton").style.fontSize = "14px";
					break;
				
			}
		}
		function normalStyle(s){
			switch (s){
				case 0:
					document.getElementById("resetButton").style.fontSize = "14px";
					break;
				case 1:
					document.getElementById("home").style.fontSize = "12px";
					break;
				case 2:
					document.getElementById("btnLink2").style.fontSize = "12px";
					break;
				case 3:
					document.getElementById("btnLink3").style.fontSize = "12px";
					break;
				case 4:
					document.getElementById("btnLink4").style.fontSize = "12px";
					break;
				case 5:
					document.getElementById("btnLink5").style.fontSize = "12px";
					break;
				case 6:
					document.getElementById("btnLink6").style.fontSize = "12px";
					break;
				case 7:
					document.getElementById("btnLink7").style.fontSize = "12px";
					break;
				
				case 9:
					document.getElementById("submitButton").style.fontSize = "14px";
					break;
			}
		}
		

	function confirmReset() {
		var resetForm = confirm("Are you sure you want to reset the form?");
		if (resetForm == true)
			return true;
		return false;
	}
	
	
	function protectCopyright() {
		if (event.button == 2) {
			alert("Image saving is disabled!")
			return false;
		}
		
	}
/* Validation of forms */





// STOP HIDING FROM INCOMPATIBLE BROWSERS -->