if ((screen.width>=1280) && (screen.height>=768))
{
document.write('<style type="text/css">');
document.write('<!--');
document.write('.footer_top_holder { width: 100%; }');
document.write('-->');
document.write('</style>');
}
else
{
document.write('<style type="text/css">');
document.write('<!--');
document.write('.footer_top_holder { width:100%; }');
document.write('-->');
document.write('</style>');
}
