var height=0;var width=0;
if (self.screen) {
// for NN4 and IE4
width = screen.width
height = screen.height
}
if (width == 800 && height == 600) 
{
document.write ('<link rel="stylesheet" type="text/css" href="templates/elektrogarant/stylesheet1024.css" >')
}
else
if (width == 960 && height == 600) 
{
document.write ('<link rel="stylesheet" type="text/css" href="templates/elektrogarant/stylesheet1024.css" >')
}
else
if (width == 1024 && height == 768) 
{
document.write ('<link rel="stylesheet" type="text/css" href="templates/elektrogarant/stylesheet1024.css" >')
}
else
if (width == 1088 && height == 612) 
{
document.write ('<link rel="stylesheet" type="text/css" href="templates/elektrogarant/stylesheet1024.css" >')
}
else
if (width == 1152 && height == 864) 
{
document.write ('<link rel="stylesheet" type="text/css" href="templates/elektrogarant/stylesheet1024.css" >')
}
else
{
document.write ('<link rel="stylesheet" type="text/css" href="templates/elektrogarant/stylesheet.css" >')
}

