/**
 *
 */
function callUvyd()
{
	parent.inhaltFrame.location.href = 'InhaltUvyd.html';
	parent.tabFrame.location.href = 'TabUvyd.html';
	parent.navigatorx.location.href = 'navi/NaviUvyd.html';	
}

/**
 *
 */
function callVietnam()
{
	parent.inhaltFrame.location.href = 'InhaltVietnam.html';
	parent.tabFrame.location.href = 'TabVietnam.html';
	parent.navigatorx.location.href = 'navi/NaviVietnam.html';
	//navigatorx.id = 'navigatorVietnam';
}

/**
 *
 */
function callStudium()
{
	parent.inhaltFrame.location.href = 'InhaltStudium.html';
	parent.tabFrame.location.href = 'TabStudium.html';
	parent.navigatorx.location.href = 'navi/NaviStudium.html';		
	//var elem_iframe = document.getElementById('navigatorx');
	//parent.navigatorx.document.body.style.height = '90px';
	//debugger;
	//alert(parent.navigatorx.document.body.style.height);
	//elem_iframe.style.height = elem_iframe.contentDocument.getElementById('inhalt').offsetHeight + 'px';


	
	
	//parent.navigatorx.style.height = '90px';
}

/**
 *
 */
function callServices()
{
	parent.inhaltFrame.location.href = 'InhaltServices.html';
	parent.tabFrame.location.href = 'TabServices.html';
	parent.navigatorx.location.href = 'navi/NaviServices.html';
}

/**
 *
 */
function callNews()
{
	parent.inhaltFrame.location.href = 'InhaltNews.html';
	parent.tabFrame.location.href = 'TabNews.html';
	parent.navigatorx.location.href = 'Blank.html';
}


/**
 *
 */
function callUvydAction()
{
	parent.inhaltFrame.location.href = '../NaviUvyd/UvydAktivitaeten.html';
}

/**
 *
 */
function callUvydHome()
{
	parent.inhaltFrame.location.href = '../InhaltUvyd.html';
}

/**
 *
 */
function callUvydKontakte()
{
	parent.inhaltFrame.location.href = '../NaviUvyd/UvydKontakte.html';
}

/**
 *
 */
function callUvydAktuell()
{
	parent.inhaltFrame.location.href = '../NaviUvyd/UvydAktuell.html';
}


/**
 * callVietnamWichtigeStaedte
 */
function callVietnamWichtigeStaedte()
{
	parent.inhaltFrame.location.href = '../NaviVietnam/WichtigeStaedte.html';
}
 
/**
 * callVietnamKlima
 */
function callVietnamKlima()
{
	parent.inhaltFrame.location.href = '../NaviVietnam/Klima.html';
}

/**
 * callVietnamTourist
 */
function callVietnamTourist()
{
	parent.inhaltFrame.location.href = '../NaviVietnam/Tourist.html';
}

/**
 * callVietnamSonstige
 */
function callVietnamSonstige()
{
	parent.inhaltFrame.location.href = '../NaviVietnam/Sonstige.html';
}

/**
 * callStudiumLinks
 */
function callStudiumLinks()
{
	parent.inhaltFrame.location.href = '../NaviStudium/Links.html';
}

/**
 * callServicesBeratung
 */
function callServicesBeratung()
{
	parent.inhaltFrame.location.href = '../NaviServices/Beratung.html';
}

/**
 * callServicesIT
 */
function callServicesIT()
{
	parent.inhaltFrame.location.href = '../NaviServices/IT.html';
}

/**
 * callServicesSonstige
 */
function callServicesSonstige()
{
	parent.inhaltFrame.location.href = '../NaviServices/Sonstige.html';
}





function FensterOeffnen (Adresse) 
{
  //MeinFenster = window.open(Adresse, "Zweitfenster", "width=800,height=600,scrollbars=yes");
  MeinFenster = window.open(Adresse, "Zweitfenster");
  MeinFenster.focus();
}


function callBochumAlbum()
{
	parent.inhaltFrame.location.href = 'galerie.html';
}
