srw=0;srh=0;spd=0
srw=screen.width; srh=screen.height; spd=screen.pixelDepth

var plugs="";
if(typeof(screen)=="object")
{
for( var i=0; i< navigator.plugins.length; i++) {
if (plugs.indexOf(navigator.plugins[i].name+",")==-1) plugs+=navigator.plugins[i].name+",";
}
}

