function wOpen(theURL) { //v2.0
  window.open(theURL,'new','scrollbars=yes,resizable=yes,width=860,height=500');
}
function wOpen2(theURL) { //v2.0
  window.open(theURL,'new','scrollbars=yes,resizable=yes,width=600,height=500');
}
function wOpen3(){
	window.open("/kids/index.html","kids","scrollbars=no,resizable=no,resize=no,width=960,height=685")
}
function wOpen4(theURL) { //v2.0
  window.open(theURL,'new','scrollbars=yes,resizable=yes,width=896,height=700');
}