<!--
self.name = 'SBCWindow';
var newWindow=null;
function window_open(w,h,s_data,w_data){
	ww=w.substring(0,w.length);
	hh=h.substring(0,h.length);
	ss_data = s_data;
	ww_data = w_data;
	setTimeout('small_win(ww,hh,ss_data,ww_data)',1000);
}
function small_win(wi,he,s_data,w_data) {
	newWindow = window.open(s_data, w_data, "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=1,copyhistory=0,width="+wi+",height="+he);
}
//--->

<!---

var img1 = new Image();
var img2 = new Image();
var img3 = new Image();
var img4 = new Image();
var img5 = new Image();
var img6 = new Image();
var img7 = new Image();
var img8 = new Image();
var img9 = new Image();
var img10 = new Image();
var img11 = new Image();
var img12 = new Image();
var img13 = new Image();
var img14 = new Image();

img1.src = ""; 
img2.src = ""; 
img3.src = ""; 
img4.src = ""; 
img5.src = ""; 
img6.src = ""; 
img7.src = "";
img8.src = "";  
img9.src = ""; 
img10.src = "";
img11.src = "";
img12.src = "";
img13.src = "";
img14.src = "";

function cimg1(){
  document.img1.src=img1.src;
}
function cimg2(){
  document.img1.src=img2.src;
}
function cimg3(){
  document.img3.src=img3.src;
}
function cimg4(){
  document.img3.src=img4.src;
}
function cimg5(){
  document.img5.src=img5.src;
}
function cimg6(){
  document.img5.src=img6.src;
}
function cimg7(){
  document.img7.src=img7.src;
}
function cimg8(){
  document.img7.src=img8.src;
}
function cimg9(){
  document.img9.src=img9.src;
}
function cimg10(){
  document.img9.src=img10.src;
}
function cimg11(){
  document.img11.src=img11.src;
}
function cimg12(){
  document.img11.src=img12.src;
}
function cimg13(){
  document.img13.src=img13.src;
}
function cimg14(){
  document.img13.src=img14.src;
}

//--->
