
if (screen.width==1600)
	document.write('<td  valign="top" width="14%">')

if (screen.width==1280)
	document.write('<td  valign="top" width="16%">')

if (screen.width==1152)
	document.write('<td  valign="top" width="18%">')
 
if (screen.width==1024)
   	document.write('<td  valign="top" width="19%">')

else if (screen.width==800)
	document.write('<td  valign="top" width="24%">')
