if(typeof(screen)=="object") 
{ 
sr = screen.width+"x"+screen.height; 
ar = screen.availWidth + "x" +screen.availHeight; 
cd = screen.colorDepth;
screen_width = screen.width 
} 
