function anot1(text) {txt = "<TABLE WIDTH="+width1+" BORDER=2 CELLPADDING=2 CELLSPACING=1 BGCOLOR=\""+backcolor1+"\"> <TR> <TD> <SPAN ID=\"spn1\">" + text + "</SPAN></TD> </TR></TABLE> "; dir = 1; layerWrite(txt); disp();}
function anot2(text) {txt = "<TABLE WIDTH="+width2+" BORDER=2 CELLPADDING=2 CELLSPACING=1 BGCOLOR=\""+backcolor2+"\"> <TR> <TD> <SPAN ID=\"spn1\">" +text+ "</SPAN></TD></TR></TABLE> "; dir = 1; layerWrite(txt); disp();}


function T(id,id2)
{

//parent.document.frames[0].form1.T1.value = id;
//parent.document.frames[0].form1.T2.value = id2;

//alert()
//parent.frames[0].form1.T1.value=id1
//document.frames[0].form1.T2.value=id1

var a = id2.charAt("/")
//alert(a)
}


var authorcolor = "#ddddff"; 

// Background color for author presentation
var backcolor1 = "#009900";
var backcolor2 = "#FF0000";
var width1= "250"; 
var width2= "250"; 
var x = 0; var y = 0; var snow = 0; var sw = 0; var cnt = 0; var dir = 1;

// Browser setup	
ns4 = (document.layers)? true:false;
ie4 = (document.all)? true:false;
ie5 = false;
if (ie4){ if (navigator.userAgent.indexOf('MSIE 5') > 0) { ie5 = true; } }
function showObject(obj) {if (ns4) obj.visibility = "show"; else if (ie4) obj.visibility = "visible";}
function hideObject(obj) {if (ns4) obj.visibility = "hide"; else if (ie4) obj.visibility = "hidden";}
function moveTo(obj,xL,yL) {obj.left = xL; obj.top = yL;}