var dfooter=new Array()
dfooter[0]='<table border=0 width=100%><tr><td width=50% nowrap><font size=2>Penulis: Encik Mohd Rahim bin Hj. Hussain</font></td><td align=right><font size=1>'
dfooter[1]='<table border=0 width=100%><tr><td width=50% nowrap><font size=2>Penulis: Hj. Hussain bin Kaslan</font></td><td align=right><font size=1>'
dfooter[2]='<table border=0 width=100%><tr><td width=50% nowrap><font size=2>Penulls: Tuan Juwahir bin Sarip</font></td><td align=right><font size=1>'
dfooter[3]='<table border=0 width=100%><tr><td width=50% nowrap><font size=2>Penulis: Azlan bin Abu Hassan</font></td><td align=right><font size=1>'
dfooter[4]='<table border=0 width=100%><tr><td width=50% nowrap><font size=2>Penulis: Reduan bin Esdah</font></td><td align=right><font size=1>'



function getCopy(whichcontent,dpost){

if (document.all||document.getElementById){
cross_el=document.getElementById? document.getElementById("dshow"):document.all.descriptions
cross_el.innerHTML='<font face="Verdana" size=2><small>'+whichcontent+' '+dpost+'</font></td></tr></table><font></small>'
}
else if (document.layers){
document.d3.document.d4.document.write('<font face="Verdana" size=2><small>'+whichcontent+' '+dpost+'</font></td></tr></table></small></font>')
document.d3.document.d4.document.close()
}

}

function appear(){
document.d3.visibility='show'
}