/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */
/* behaviours.js fuer Yira Yira */
/* 29.12.2005 Michael Schwarz (http://www.michaelschwarz.net/) */
/* + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + */


/* PopUp ueber onclick="pop_up(this.href);return false" ansprechen */
function pop_up(theUrl){
window.open(theUrl,"popup","width=410,height=340,top=50,left=50");
}


