// JavaScript Document
(function() { 
		$(document).ready(function(){
			
			
			$(".example5").colorbox({innerWidth:"675px", innerHeight:"625px", title:"Vanliga fr&aring;gor", iframe:true});
			
			
			$(".example4").colorbox({innerWidth:"700x", innerHeight:"650px", title:"Villkor", iframe:true});
			
			$(".example3").colorbox({innerWidth:"475px", innerHeight:"345px", title:"viktiga r&aring;d", iframe:true});
			
			$(".example2").colorbox({innerWidth:"800px", innerHeight:"600px", title:"Butiken", iframe:true});
			
			
			$(".example1").colorbox({innerWidth:"750px", innerHeight:"600px", title:"Kundomd&ouml;men", iframe:true});
			
			$(".example10").colorbox({innerWidth:"853px", innerHeight:"510px", title:"Video: Guld per post - steg för steg", iframe:true});
			
			$(".example11").colorbox({innerWidth:"853px", innerHeight:"510px", title:"Video: Vår reklamfilm på TV", iframe:true});
			
			$(".example12").colorbox({innerWidth:"853px", innerHeight:"510px", title:"Video: Skraptest - kemisk analys av guldhalten", iframe:true})
			
			$(".example13").colorbox({innerWidth:"853px", innerHeight:"510px", title:"Video: Att sälja guld", iframe:true})
			
			$(".example14").colorbox({innerWidth:"675px", innerHeight:"710px", title:"Antal guldpåsar", iframe:true, scroll:"noscroll"})
			
			$(".example15").colorbox({innerWidth:"750px", innerHeight:"630px", title:"Guldcentrum i media", iframe:true})
			
			$(".example16").colorbox({innerWidth:"800px", innerHeight:"600px", title:"Karta: Från Malmö C till butiken på Djäknegatan", iframe:true})
			
			$(".example17").colorbox({innerWidth:"800px", innerHeight:"600px", title:"Från E22:an (Stockholmsvägen) till butiken på Djäknegatan", iframe:true})
			
			$(".example18").colorbox({innerWidth:"800px", innerHeight:"600px", title:"Från Triangeln (Tågstation) till butiken på S.Förstadsgatan", iframe:true})
			
			$(".example19").colorbox({innerWidth:"800px", innerHeight:"600px", title:"Från E22:an (Stockholmsvägen) till butiken på S.Förstadsgatan", iframe:true})
			
			$(".example20").colorbox({innerWidth:"800px", innerHeight:"600px", title:"Från E22:an (Stockholmsvägen) till butiken på S.Förstadsgatan", iframe:true})
			
				$("a[rel='example21']").colorbox({innerWidth:"736px", innerHeight:"552px"});
				
				
				$(".example22").colorbox({innerWidth:"620px", innerHeight:"370px", title:"Vinn en guldtacka", iframe:true})
				
				$(".example23").colorbox({innerWidth:"850px", innerHeight:"675px", title:"Våra butiker", iframe:true})
				
				$(".example24").colorbox({width:"95%", height:"95%", iframe:true})
				
				$(".example25").colorbox({width:"95%", height:"95%", title:"Våra butiker", iframe:true})
				
				$(".example26").colorbox({innerWidth:"375px", innerHeight:"195px", iframe:true})
				
				$(".example27").colorbox({innerWidth:"375px", innerHeight:"120px", iframe:true})
				
				$(".example28").colorbox({innerWidth:"375px", innerHeight:"100px", iframe:true})
				
				$(".example29").colorbox({innerWidth:"530px", innerHeight:"420px", iframe:true})
				
				
			
			
						$("#click").click(function(){ 
				$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
				return false;
			});
		

			$(".link_colorbox").each(function() {
				var obj = $(this);
				var obj_settings = {}		
				if(obj.data("lightbox")){
					obj_settings = obj.data("lightbox");
					obj_settings.rel = obj.data("lightbox").group;
				}

				obj.colorbox(obj_settings);
			})

			// viktiga_rad.html
			$("#example_select1").change(function () {
				if($(this).val() == ""){
					$.colorbox({iframe:true, innerWidth:"675px", innerHeight:"725px", href:"../content/ajax1.html", scroll:"noscroll", title:"Antal guldp&aring;sar", inline:true});
				}
			})
						
			// index.html
			$("#example_select2").change(function () {
				if($(this).val() == ""){
					$.colorbox({iframe:true, innerWidth:"675px", innerHeight:"725px", href:"content/ajax1.html", scroll:"noscroll", title:"Antal guldp&aring;sar", inline:true});
				}
			})
			
			//guld-kopes.html
			$("#example_select3").change(function () {
				if($(this).val() == ""){
					$.colorbox({iframe:true, innerWidth:"675px", innerHeight:"725px", href:"../content/ajax1.html", scroll:"noscroll", title:"Antal guldp&aring;sar", inline:true});
				}
			})
			
			//guldpris.html
			$("#example_select4").change(function () {
				if($(this).val() == ""){
					$.colorbox({iframe:true, innerWidth:"675px", innerHeight:"725px", href:"../../content/ajax1.html", scroll:"noscroll", title:"Antal guldp&aring;sar", inline:true});
				}
			})

		});
})();
