function plakat_win(url,b,h,title)
{
eval ("var fenster = window.open(url,title,'toolbar=yes,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=" + b + ",height=" + h + "')");
 fenster.focus();
}

function open_ticope(cust)
{ 
b=900; h=600; 
//alert("Customer: " + cust); 
switch(cust) 
{ 
case 1: 
URI="http://www.ticope.net/Scudio/" + document.kunden_login.kunde.value; 
break; 
case 2: 
URI="http://www.ticope.net/Scudio/partner/" + document.partner_login.partner.value; 
break; 
case 3: 
URI="http://www.rapida.de/demo" ; 
break; 
default: alert("bitte einen gültigen Namen angeben"); 
break; 
} 
parm="'width=" + b + ", height=" + h + " , top=80, scrollbars=yes, toolbar=yes, menubar=yes, reziable=yes, status=yes'";
//alert(URI + parm); 
popUp=window.open(URI,'_blank',parm); 
popUp.focus(); 
} 


//configure the two variables below to match yoursite's own info
var bookmarkurl="http://www.scudio.com"
var bookmarktitle="scudio - IT-solutions"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}

