
document.write("<script src='http://audials.com/cms/js/jquery-1.3.2.js' type='text/javascript''></script>");
document.write("<script type='text/javascript' src='http://audials.com/extra/highslide-4.1.5/highslide/highslide-full.js''></script>");
document.write("<!--[if lt IE 7]>");
document.write("<link rel='stylesheet' type='text/css' href='http://audials.com/extra/highslide-4.1.5/highslide/highslide-ie6.css' />");
document.write("<![endif]-->");
document.write("<link rel='stylesheet' type='text/css' href='http://audials.com/extra/highslide-4.1.5/highslide/highslide.css' />");
document.write("<link rel='stylesheet' type='text/css' href='http://audials.com/extra/highslide-4.1.5/highslide/audials-highslide.css' />");

function openscreenshot()
{
  eval("hs.expand(document.getElementById('firstElementScreenshot'), firstExpandOptionsScreenshot);");
  return false;
}

function get_screenshots(folder){
	    jQuery.getJSON("http://audials.com/extra/screenshotsInclude/fetchScreens.php?path0="+folder+"&callback=?",
		    function(data) {
			jQuery(".audials_placeholder").html(data);
		    }, "json");
	}

var firstExpandOptionsScreenshot = {
   		slideshowGroup:"screenshotGroup"
   	};
