<!--
//document.onmousemove = SetPos;
function SetPos(){
Xpos = document.body.scrollLeft+event.x;
Ypos = document.body.scrollTop+event.y;
//window.status='X= '+ Xpos +';     Y= '+ Ypos;
}

a = new Image;
a.src = "Products_files/Pillowcases72.jpg";
b = new Image;
b.src = "Products_files/Curtains72.jpg";
Img16 = new Image;
Img16.src ="Products_files/Table_cloth72.jpg";
Img17 = new Image;
Img17.src="Products_files/Bed_spread72.jpg";
Img18 = new Image;
Img18.src="Products_files/Towels72";

Img= new Array();
Img[14]="Products_files/Pillowcases72";
Img[15]="Products_files/Curtains72";
Img[16]="Products_files/Table_cloth72";
Img[17]="Products_files/Bed_spread72";
Img[18]="Products_files/Towels72";

St= 'Legearis studio-Philosophy';
A="Collection ";
B="Philosophy";
C="Materials";
D=" Products";
E="Contacts"; 
//h=screen.height;
var S=screen.width; 
/*800:1024=0,78 or 1,28 */
function _RSW(){
	cltWidth=document.body.clientWidth
	cltHeight=document.body.clientHeight
S = document.body.clientWidth;

}
//S=800; h=600;///Only for tests. Rem normaly.
if (S == 800) {
document.write('<link rel="stylesheet" type="text/css" href="Style800.css">');
document.write('<link rel="stylesheet" type="text/css" href="../Style800.css">');
h=538;
Lbar="800";
}
if (S > 800)  {//
//alert("Style Sheet for 1024 would have been loaded."+S);
document.write('<link rel="stylesheet" type="text/css" href="Style.css">');
document.write('<link rel="stylesheet" type="text/css" href="../Style.css">');
Lbar="1024";
h=800;
}
W=S;

function Open(File){
Name=" ";
Head="<HTML><HEAD><TITLE> Lege Artis studija - "+Name+"</TITLE><body bgcolor='#FFFFFF'>";
Next=Img+1;
var logs = window.open(File, 'Name','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width='+W+',height='+h);
logs.moveTo(-10,0);
}


function DrImg (name){

if(S>800){document.write("<img src='"+name+".gif' border='0' Alt='Lege Artis studija'>");}
else{document.write("<img src='"+name+"800.gif' border='0' Alt='Lege Artis studija'>");}
}
//-->