var titlex=0, navx=0, pagex=0;
var col='ffffff';

function sta()			{ 	window.status="                        W i l l k o m m e n     i m    H O T E L     A T L A S     M U E N C H E N" 		}
function pa()				{ 	return '<html><body bgcolor="#'+col+'"></html></body>' 											}	

function settitlex()		{ 	titlex=1 	}
function setnavx()		{ 	navx=1 		}

function titlewait()		{ 	if (titlex==1) { title.titlewait() } else { setTimeout('titlewait()',100) }								}
function navret()			{	if (navx==1) { nav.ret() } else { setTimeout('navret()',100) }							}
function changenav(n)		{	nav.changenav(n) }
function startchangenav(n){	nav.changenav(n) 																			}
function titleload(n)		{	n=n+""; /*alert('titleload: '+n.substring(0,4)+"_title.html?"+n);*/ if (n=="") {n="100000"}; 
							title.location.href=n.substring(0,4)+"_title.html?"+n 			}
function pageload(n)		{ 	if (pagex==0) { setTimeout('nav.changepics()',2000) }; pagex=1; n=n+""; content.location.href=n+"_content.html" 												}
function framesetload(n)	{ 	n=n+""; content.location.href=n.substring(0,6)+"_content_fm.html?"+n 							}

function home()			{	location.href="index.html" 																	}