// JavaScript Document für PULSONIC.CH

function SeiteDrucken( goURL, width, height )
{
window.open(goURL,'fensterIn','scrollbars=yes,status=no,resizabe=no,location=no,toolbar=no,width=' + width + ',height=' + height);
}


function OpenVideo( goURL, width, height )
{
window.open(goURL,'fensterIn','scrollbars=no,status=no,resizabe=no,location=no,toolbar=no,width=' + width + ',height=' + height);
}

// END of JAVASCRIPT :: 