

function guided() {


temp=location.search
while (temp.indexOf("?")>-1){
temp=temp.replace("?","")
}

temp2=temp.split("&")
for (i=0;i<temp2.length;i++){
	tempvar=temp2[i].split("=")
	eval(tempvar[0] + '="' + tempvar[1] +'"')
}

myLink="../../GuidedTour/"+ Lang +"/guidedTour.htm?Host="+Host+"&Lang="+forguided+'&forDemo='+Lang

window.open(myLink,"","status=yes,resizable=yes,width=796,height=549")

}





