<!--
function zweiframes(URL1,F1,URL2,F2)
{
parent.frames[F1].location.href=URL1;
parent.frames[F2].location.href=URL2;
}
//-->
<!--
function dreiframes(URL1,F1,URL2,F2,URL3,F3)
{
parent.frames[F1].location.href=URL1;
parent.frames[F2].location.href=URL2;
parent.frames[F3].location.href=URL3;
}
//-->
<!--
//Popup Window Script
//By JavaScript Kit (http://javascriptkit.com)
//JavaScript tutorials and over 400+ free scripts
function openpopup(popurl)
{
// var popurl="thankyou.htm"
winpops=window.open(popurl,"","width=400,height=338,status,scrollbars,")
}
//openpopup()
//-->
<!--
function newWin(newwinurl){
var confirmWin = window.open(newwinurl,'','width=600,height=600,scrollbars=yes,left=100,top=100')
	//give a reference between the opener
	//and the popup for backwards compatibility
	if(confirmWin.opener==null){
		confirmWin.opener = self;
	}
}
//-->




