function zurueck()
{
        	window.history.go(-1);
}

function framewinclose()
{
           	top.close();
}

function farbwechsel(element, clr)
{
             	element.style.setAttribute("color",clr);
}

function linkwinopen(link,titel)
{
	window.open(link,titel,'width=655,height=600,toolbar=0,scrollbars=1,status=0,resizable=1');
}

function faqwinopen(link,titel)
{
	window.open(link,titel,'width=560,height=600,toolbar=0,scrollbars=1,status=1,resizable=1');
}

function mailfenster(empf)
{
 var adress = "../mail/post.asp?empf=" + empf;
 MeinFenster = window.open(adress, "Post_an_das_iSM", "width=750,height=500,scrollbars=yes, screenX=0, screenY=0, menubar=no");
 MeinFenster.focus();
}

function winopen(link,titel)
{
window.open(link,titel,'width=400,height=400,toolbar=0,scrollbars=1,status=1,resizable=1');
}

function winwinopen(link,titel)
{
	window.open(link,titel,'width=760,height=630,toolbar=0,scrollbars=0,status=1,resizable=0');
}
function manopen(link,titel)
{
	window.open(link,titel,'width=560,height=710,toolbar=0,scrollbars=1,status=1,resizable=0');
}

function ssoopen(link,titel)
{
	window.open(link,titel,'width=540,height=540,toolbar=0,scrollbars=1,status=0,resizable=0');
}


function Goto()
{
	var URL = document.form.site.options[document.form.site.selectedIndex].value;
	window.location.href = URL
}

function Gotonext()
{
	var URL = document.form2.site2.options[document.form2.site2.selectedIndex].value;
	window.location.href = URL
}

function Gotonextpage()
{
	var URL = document.form3.site3.options[document.form3.site3.selectedIndex].value;
	window.location.href = URL
}





