/*
site web size :
800x600 -> 772x470
1024x768 -> 955x600
*/
// getting screen size:
intTableWidth=(screen.width>800)?924:772;
if(document.force_size_to) intTableWidth=(parseInt(document.force_size_to)>800)?924:772;
strStyleSheetExt=(intTableWidth>800)?"1024":"800";
//adding border size (6x2)
intTableWidth-=12;