//---------------------------------------------------------------------

//- Script for "Fidel"                                                -

//-                                                                   -

//- programmed by  : Ingo Hellwege                                    -

//- programmed for : Webmen Internet GmbH                             -

//- last modified  : 13.09.2000                                       -

//---------------------------------------------------------------------







//---------------------------------------------------------------------

//- function two_frames()                                             -

//-                                                                   -

//-  - set content for two frames                                     -

//---------------------------------------------------------------------

function two_frames(sprache,bgcol1,bgpic1,content1,bgcol2,bgpic2,content2)

{

 var subnavi = "content.php3?lang="+sprache+"&bgcolor="+bgcol1+"&bgpic="+bgpic1+"&page="+content1;

 var content = "content.php3?lang="+sprache+"&bgcolor="+bgcol2+"&bgpic="+bgpic2+"&page="+content2;

 top.frames["fidel_sub"].location.href     = subnavi;

 top.frames["fidel_content"].location.href = content;

}


