var str= (navigator.userAgent)

if ((str.indexOf("Safari") > 0)&&(str.indexOf("Windows") == -1))

{

  document.write('<link rel="stylesheet" href="general.css" type="text/css">');

}

else

{

  document.write('<link rel="stylesheet" href="general.css" type="text/css">');

}

function changeimage(large,currentimg)

{

var notsj = large.width;

if(notsj == "200")
{
large.src="large"+currentimg;
}
else
{
large.src=currentimg;
}


}

function handon(currentslct)

{

currentslct.style.cursor="pointer";

}

function handoff(currentslct)

{

currentslct.style.cursor="default";

}
