window.onerror=stopAllErrors;

function stopAllErrors() {
	return true;
}

function fullScreen(theURL) {
window.open(theURL, '', 'toolbar=1,menubar=1, fullscreen=yes, scrollbars=auto');
}

function openWindow() {
window.open("","JSL",'toolbar=0,location=0,menubar=1,scrollbars=0,width=840,height=650,resizable=1,top=20,left=20');
}

function openWindow2() {
window.open("","JSL",'toolbar=0,location=0,menubar=1,scrollbars=0,width=400,height=406,resizable=1,top=20,left=20');
}

function openWindow6() {
window.open("","JSL",'toolbar=0,location=0,menubar=0,scrollbars=1,width=860,height=560,resizable=1,top=20,left=20');
}
