
function winopen(n)
{
var s;

if (n == 1) s= "./content/rauchhaus_ibo_2009.html";

msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,copyhistory=yes,width=400,height=300");
msg.location = (s)

return
}

function winopen_q(n)
{
var s;

if (n == 2) s= "./tag_der_offenen_tuer/big_02.html";
if (n == 3) s= "./tag_der_offenen_tuer/big_03.html";
if (n == 4) s= "./tag_der_offenen_tuer/big_04.html";
if (n == 5) s= "./tag_der_offenen_tuer/big_05.html";
if (n == 6) s= "./tag_der_offenen_tuer/big_06.html";
if (n == 8) s= "./tag_der_offenen_tuer/big_08.html";
if (n == 12)  s= "./tag_der_offenen_tuer/big_12.html";


msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,copyhistory=yes,width=680,height=460");
msg.location = (s)

return
}





function winopen_h(n)
{
var s;
if (n == 7) s= "./tag_der_offenen_tuer/big_07.html";
if (n == 9)  s= "./tag_der_offenen_tuer/big_09.html";
if (n == 10)  s= "./tag_der_offenen_tuer/big_10.html";
if (n == 11)  s= "./tag_der_offenen_tuer/big_11.html";

msg=open("","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no, resizable=no,copyhistory=yes,width=500,height=680");
msg.location = (s)

return
}

