function write_doc_head1()
{

document.write('<style type=\"text/css\">')
document.write('.menu {font-family:Arial; font-size: 80%; font-weight: bold}\n')
document.write('.menu a{\n')
document.write('text-decoration:none;\n')
document.write('color:#006b6b;\n')
document.write('font-size=80%\n')
document.write('}\n')
document.write('</style>')
document.write('<title>Welcome to Future Dynasty Sdn. Bhd.</title>')

}

function write_doc_head2()
{

document.write('<table width=\"100%\">')
document.write('  <tbody>')
document.write('    <tr>')
document.write('      <td bgcolor=\"#006b6b\">')
document.write('      <p align=\"right\"><font color=\"#ffff99\" face=\"Arial\" size=\"1\"><b>The People and Technology Company</b></font></p>')
document.write('      </td>')
document.write('    </tr>')
document.write('  </tbody>')
document.write('</table>')

document.write('<table width=\"100%\" cellspacing=\"0\">')
document.write('<tbody>')
document.write('<tr valign=\"bottom\">')
document.write('<td width=\"10%\" height=\"59\" style=\"border-bottom: 0px solid #006B6B\">')
document.write('<p align=\"left\"><img src=\"/images/logo/fd_logo.jpg\" height=\"59\" width=\"83\"></p>')
document.write('</td>')
document.write('<td width=\"80%\" height=\"59\" style=\"border-bottom: 0px solid #006B6B\">')
document.write('<p>&nbsp;<b><font face=\"Arial\"><font size=\"6\">Future Dynasty Sdn Bhd </font>')
document.write('<font size=\"1\">(621631-T)</font></font></b></p>')
document.write('</td>')
document.write('</tr>')
document.write('<tr height=\"5\"></tr>')
document.write('</tbody>')
document.write('</table>')

document.write('<table width=\"100%\" style=\"border-top:1px solid #006B6B; border-bottom: 1px solid #006B6B\" cellpadding=\"0\">')
document.write('<tr>')
document.write('<td align=\"center\" nowrap class=\"menu\" id=\"choice1\" style=\"background-color:white; cursor:hand\" onmouseover=\"movein(this,\'\')\" onmouseout=\"moveout(this)\"><a href=\"/DEFAULT.htm\" target=\"_top\">Home</a></td>')
document.write('<td align=\"center\" nowrap class=\"menu\" id=\"choice2\" style=\"background-color:white; cursor:hand\" onmouseover=\"movein(this,\'\')\" onmouseout=\"moveout(this)\"><a href=\"/profile.htm\" target=\"_top\">Company Profile</a></td>')
document.write('<td align=\"center\" nowrap class=\"menu\" id=\"choice3\" style=\"background-color:white; cursor:hand\" onmouseover=\"movein(this,\'\')\" onmouseout=\"moveout(this)\"><a href=\"/about.htm\" target=\"_top\">About Us</a></td>')
document.write('<td align=\"center\" nowrap class=\"menu\" id=\"choice4\" style=\"background-color:white; cursor:hand\" onmouseover=\"movein(this,\'\')\" onmouseout=\"moveout(this)\"><a href=\"/products.htm\" target=\"_top\">Products</a></td>')
document.write('<td align=\"center\" nowrap class=\"menu\" id=\"choice5\" style=\"background-color:white; cursor:hand\" onmouseover=\"movein(this,\'\')\" onmouseout=\"moveout(this)\"><a href=\"/services.htm\" target=\"_top\">Services</a></td>')
document.write('<td align=\"center\" nowrap class=\"menu\" id=\"choice6\" style=\"background-color:white; cursor:hand\" onmouseover=\"movein(this,\'\')\" onmouseout=\"moveout(this)\"><a href=\"/contact.htm\" target=\"_top\">Contact Us</a></td>')
document.write('<td align=\"center\" nowrap class=\"menu\" id=\"choice7\" style=\"background-color:white; cursor:hand\" onmouseover=\"movein(this,\'\')\" onmouseout=\"moveout(this)\"><a href=\"/payment.htm\" target=\"_top\">Payment</a></td>')
document.write('<td align=\"center\" nowrap class=\"menu\" id=\"choice8\" style=\"background-color:white; cursor:hand\" onmouseover=\"movein(this,\'\')\" onmouseout=\"moveout(this)\"><a href=\"/career.htm\" target=\"_top\">Career</a></td>')
document.write('<td align=\"center\" nowrap class=\"menu\" id=\"choice9\" style=\"background-color:white; cursor:hand\" onmouseover=\"movein(this,\'\')\" onmouseout=\"moveout(this)\"><a href=\"/links.htm\" target=\"_top\">Links	</a></td>')
document.write('</tr>')
document.write('</table>')

}

function write_doc_foot()
{
document.write('<p align=\"center\"> <span style=\"font-weight: 400\">') 
document.write('<font face=\"arial\" size=\"1\" color=\"#006B6B\">Copyright&copy;2003 Future Dynasty Sdn Bhd. All Rights Reserved.</font></span></p>')
}


/*
Cool Table Menu
By Clarence Eldefors (http://www.freebox.com/cereweb) with modifications from javascriptkit.com
Visit http://javascriptkit.com for this and over 400+ other scripts
*/

function movein(which,html){
which.style.background="#d5ffd5"
if (document.getElementById)
document.getElementById("boxdescription").innerHTML=html
else
boxdescription.innerHTML=html
}

function moveout(which){
which.style.background='white'
if (document.getElementById)
document.getElementById("boxdescription").innerHTML='&nbsp;'
else
boxdescription.innerHTML='&nbsp;'
}
