width = screen.width;
if (width > 1025){
document.write('<table cellspacing="2" cellpadding="2" border="0" width="840" height="605" align="center">' )
}
else if (width > 801){
document.write('<table cellspacing="2" cellpadding="2" border="0" width="866" height="425" align="center">' )
}
else{
document.write('<br><br><table cellspacing="2" cellpadding="2" border="0" width="549" height="254" align="center">')
}
