function prepareUrl() {
str = new String();
s = window.screen;
if(window.screen) str = 'xSize=' + s.width + '&ySize=' + s.height + '&colorCount=' + s.colorDepth;
return str;
}