///******* 
///skrypt dostosowujacy dla stron rk
///- netscape kazdy rozmiar, ie - dostepny ekran/


  var myWidth = 600, myHeight = 460, ieWidth = 600, ieHeight = 460;

	if (parseInt(navigator.appVersion)>3) {
	 if (navigator.appName=="Netscape") {
	  myWidth = window.innerWidth;
	  myHeight = window.innerHeight;
	 }
	 if (navigator.appName.indexOf("Microsoft")!=-1) {
	  myWidth = screen.availWidth;
	  myHeight = screen.availHeight;
	 }
	}


  	 	var csssource="style600.css"
		var rtColPicWidth=80

	if (myWidth > 700)
    {
		csssource="style800.css"
		rtColPicWidth=95
    }

	if (myWidth > 900) 
    {
	 	csssource="style1000.css" 
	 	rtColPicWidth=125
    }
 	if (myWidth > 1100) 
    { 
	 	csssource="style1200.css" 
	 	rtColPicWidth=155
    }
 	if (myWidth > 1300) 
    { 
	 	csssource="style1600.css" 
	 	rtColPicWidth=185
    }


	

