
//var siteUrl="http://localhost/issue/200605/suleymaniye/";
var siteUrl="http://www.saudiaramcoworld.com/issue/200605/suleymaniye/";
//-------Overview Items-----------
function SelectOverview(overview, subArea){
	SetCookie('activeArea', 'streetcorner');
	window.location="tour.htm";	
}
function SetCookie(cookieName,cookieValue) {
	document.cookie = cookieName+"="+escape(cookieValue) + ";path=/;";
}
function ReadCookie(cookieName) {
	var theCookie=""+document.cookie;
	var ind=theCookie.indexOf(cookieName);
	if (ind==-1 || cookieName=="") return ""; 
	var ind1=theCookie.indexOf(';',ind);
	if (ind1==-1) ind1=theCookie.length; 
	return unescape(theCookie.substring(ind+cookieName.length+1,ind1));
}
//------------------------------------------
function ChangeMovie(type, changeTo){
//alert(type+" - "+changeTo);
	if(ThisWindow=="normal" && type=="normal"){
		SetCookie("activeArea",changeTo);
		document.getElementById('menuswf').SetVariable("myMovie", changeTo);
		document.getElementById("audioswf").SetVariable("activeArea", changeTo);
		document.getElementById("audioswf").SetVariable("changeSound", 1);
		document.getElementById('iframeDesc').src=siteUrl+"desc/"+changeTo+".htm";
		document.getElementById('qtmovie').SetURL(siteUrl+"mov/"+changeTo+".mov");
		document.getElementById('qtmovie').SetMovieName("qtmovie");		
		
	}else if(ThisWindow=="fullscreen" && type=="fullscreen"){
		SetCookie("activeArea",changeTo);
		document.getElementById("fullscreenaudioswf").SetVariable("activeArea", changeTo);
		document.getElementById("fullscreenaudioswf").SetVariable("changeSound", 1);
		document.getElementById('qtfullscreenmovie').SetResetPropertiesOnReload(true);
		
		document.getElementById('movDisplay').innerHTML='<embed name="qtfullscreenmovie" id="qtfullscreenmovie" moviename="qtfullscreenmovie" src="mov/'+changeTo+'.mov" width="100%" height="100%" alt="" cache="TRUE" kioskmode="true" controller="false" scale="toFit" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></embed>';
		//document.getElementById('qtfullscreenmovie').SetRectangle("0,0,100%,100%");
		//document.getElementById('qtfullscreenmovie').SetURL(siteUrl+"mov/"+changeTo+".mov");
	}else if(type=="popup"){
		SetCookie("ActiveDetail",changeTo);
		window.open("detail.htm","SuleymaniyeDetailImage",'width=' + 600 + ',height=' + 600 + ',scrollbars=no,status=no,toolbar=no,directories=no,menubar=no,location=no' );
	}
}
function WriteDetailMovie(){
	document.getElementById('detailMovie').innerHTML='<embed name="qtdetailmovie" id="qtdetailmovie" moviename="qtdetailmovie" src="mov/'+ShowMovieName+'.mov" width=720 height=480 alt="" cache="TRUE" kioskmode="true" controller="true" scale="toFit" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></embed>';
}
function WriteMovie(){
	document.getElementById('movDisplay').innerHTML='<embed name="qtmovie" id="qtmovie" moviename="qtmovie" src="mov/'+activeArea+'.mov" width=500 height=400 alt="" cache="TRUE" kioskmode="true" controller="false" scale="toFit" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></embed>';
}
function WriteController(){
	document.getElementById('movController').innerHTML='<embed name="qtcontrol" id="qtcontrol" src="controller.mov" width=500 height=45 alt="Movie Controller" cache="TRUE" kioskmode="true" controller="false" autoplay="true" scale="toFit" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></embed>';
}
function WriteFullscreenController(){
	document.getElementById('movController').innerHTML='<embed name="qtcontrol" id="qtcontrol" src="fullscreen_controller.mov" width=438 height=23 alt="Movie Controller" cache="TRUE" kioskmode="true" controller="false" autoplay="true" scale="toFit" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></embed>';
}
function WriteFullscreenMovie(){
	document.getElementById('movDisplay').innerHTML='<embed name="qtfullscreenmovie" id="qtfullscreenmovie" moviename="qtfullscreenmovie" src="mov/'+activeArea+'.mov" width="100%" height="100%" alt="" cache="TRUE" kioskmode="true" controller="false" scale="toFit" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></embed>';
}
function WriteIFrame(){
	document.getElementById('iframeDiv').innerHTML='<iframe id="iframeDesc" align="top" frameborder="0" height="146" width="500" marginheight="0" marginwidth="0" name="iframeDesc" scrolling="auto" src="desc/alcazaba/alcazaba01.htm"></iframe> '
}
function OpenDetailMovie(movieName){
		SetCookie("ShowMovieName",movieName);
		window.open(siteUrl+"movie.htm","DetailMovieWindow",'width=' + 770 + ',height=' + 530 + ',scrollbars=no,status=no,toolbar=no,directories=no,menubar=no,location=no' );
}
function FullScreenVersion(){
   //alert("This will show the full screen version of '"+ReadCookie("activeArea"));
		//SetCookie("activeArea",activeArea+"hi");
		document.getElementById("audioswf").SetVariable("pauseAudio", true);
		document.getElementById("audioswf").SetVariable("changeSound", 0);
		window.open(siteUrl+"fullscreen.htm","FullScreenPanorama",'fullscreen=yes,scrollbars=no,status=no,toolbar=no,directories=no,menubar=no,location=no' );
}
function SmallScreenResize(){
	if(screen.width<1000){
		window.resizeTo(800,600);
		window.scrollbars.visible=true;
	}
}
