function subPic(imageName,newpicSource){
	if(document.images) document.images[imageName].src=newpicSource;
}

function subElem(elem, newelem){
	document.getElementById(elem).innerHTML = newelem;
}

function subFrame(string){
	if(parent.frames[1]) parent.frames[1].location.href=string;
}


function menumouseout(pic){
    hide_all_menus();
         if (title_actual==title_des)   document.getElementById('menu_design_frame').style.visibility='visible';
	else if (title_actual==title_dip)document.getElementById('menu_diploma_frame').style.visibility='visible';
	else if (title_actual==title_pro) document.getElementById('menu_profile_frame').style.visibility='visible';
	else if (title_actual==title_stm) document.getElementById('menu_stm_frame').style.visibility='visible';	
	subElem('info_frame',info_actual);subElem('title_frame', title_actual);
	subPic(pic,'ctrl/leer.gif');
}


function hide_all_menus(){
	document.getElementById('menu_stm_frame').style.visibility='hidden';
	document.getElementById('menu_design_frame').style.visibility='hidden';
	document.getElementById('menu_diploma_frame').style.visibility='hidden';
	document.getElementById('menu_profile_frame').style.visibility='hidden';
}

function new_window_lap()
{
 lap_window = window.open("wd_lap.html", "lap_window", "height=600, width=800 , left=200, top=150, scrollbars=0, resiztable=no");
 lap_window.focus();
}

function new_window_hbn()
{
 hbn_window = window.open("http://www.iit.edu/~hammond/projects/windproject/wp_main.html", "hbn_window", "height=615, width=1015, left=200, top=150 ,scrollbars=0, resiztable=no");
 hbn_window.focus();
}

function new_window_nexus()
{
 nexus_window = window.open("http://www.iit.edu/~hammond", "iit_window", "height=700, width=1025, left=200, top=150, menubar=yes, status=yes, scrollbars=yes, toolbar=yes, location=yes, resizable=yes");
 nexus_window.focus();
}

function new_window_ant()
{
 ant_window = window.open("df_ant/ants.swf", "ant_window", "height=600, width=800, left=200, top=150,");
 ant_window.focus();
}

function new_window_iit()
{
 iit_window = window.open("http://www.iit.edu", "iit_window", "height=705, width=765, left=200, top=150, menubar=yes, status=yes, scrollbars=yes, toolbar=yes, location=yes, resizable=yes");
 iit_window.focus();
}

function new_window_buw()
{
 buw_window = window.open("http://www.uni-weimar.de", "buw_window", "height=500, width=665, left=200, top=150, menubar=yes, status=yes, scrollbars=yes, toolbar=yes, location=yes, resizable=yes");
 buw_window.focus();
}

function new_window_gensler()
{
 gensler_window = window.open("http://www.gensler.com", "gensler_window", "height=545, width=830, left=200, top=150, menubar=yes, status=yes, scrollbars=yes, toolbar=yes, location=yes, resizable=yes");
 gensler_window.focus();
}

function new_window_brt()
{
 brt_window = window.open("http://www.brt.de/start.html", "brt_window", "height=450, width=800, left=200, top=150, menubar=yes, status=yes, scrollbars=yes, toolbar=yes, location=yes, resizable=yes");
 brt_window.focus();
}
