function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto');
}

function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}

window.onerror = null;

var fenstername;

function winopen(url) {
fenstername = open(url,"fenstername","width=390,height=385,toolbar=no,scrollbars=no,resizable=no");
fenstername.focus();

}

