
function SymError()
{
  return true;
}

window.onerror = SymError;


function subwin001(){
	sw1=window.open("10summer/index.html","window1","width=640,height=500,menubar=0,scrollbars=1");
	if(navigator.appName.charAt(0) == "N" && navigator.appVersion.charAt(0) >= 3){
	sw1.focus();
	}
}

function subwin002(){
	sw1=window.open("tvcm/index.html","window2","width=384,height=216,menubar=0,scrollbars=0");
	if(navigator.appName.charAt(0) == "N" && navigator.appVersion.charAt(0) >= 3){
	sw1.focus();
	}
}
