function lastModif()
{
document.write(document.lastModified);
document.write("<br>All trademarks are properties of their respective holders. Intel® Pentium® are owned by Intel. AMD, the AMD Arrow logo, AMD Sempron and combinations thereof are trademarks of Advanced Micro Devices, Inc.SiS® is owned by SiS. VIA® is owned by Via.");
}

function winopen(url,stuff,morestuff) 
{
window.open(url,stuff,morestuff);
}