//This hides the inline content if JavaScript is supported, but allows it to remain visible if not.
			
			$(document).ready(function(){
				
				//functions
				$("a[rel='global']").colorbox({transition:"elastic"});
				$(".colorbox").colorbox({transition:"none", fixedWidth:"75%",fixedHeight:"75%", initialWidth:"75%", initialHeight:"75%"});
				$("a[href='/maps/map.php']").colorbox({width:"630px", height:"610px", iframe:true});
				$("a[href='http://jigsaw.w3.org/css-validator/check?uri=referer']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.m-system.co.jp/english/index.html']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://www.monitouch.com']").colorbox({width:"80%", height:"80%", iframe:true});
				$("a[href='http://validator.w3.org/check?uri=referer']").colorbox({width:"80%", height:"80%", iframe:true});
				$(".slideshow").colorbox({slideshow:true});
				});