\n');
}
function wait(delay){
string="pauseforalert("+delay+");";
setTimeout(string,delay);
}
function pauseforalert(delay){
//alert("Ok "+delay/1000+" seconds have elapsed");
forwardthis()
}
function forwardthis(){
//alert(forwarding)
if(forwarding){
if(version >=8){
//alert("Good version move the page to the next section!")
window.location.href="Main1.cfm";
}else{
//alert("Your Flash Player is not compatible with the version required for the Deskey Flash enhanced Site\n")
window.location.href="Main1.cfm?version="+version;
}
}else{
//alert("no flash player")
window.location.href="index_staticsite.html";
}
}
//-->