/*  Nobox Temp JavaScript */
function doTheHighslide(src, w){
	hs.htmlExpand(document.getElementById('flash'),{src: src,objectType:'iframe',width: w,height: 600,objectWidth: w,objectHeight:600});
}

function callHighslide(src, w,h){
	hs.htmlExpand(document.getElementById('flash'),{src: src,objectType:'iframe',width: w,height: h,objectWidth: w,objectHeight:h});
}