/*priusjs*/
/*pixelogic copyright*/

function call_prius_gallery(model){
	var a = document.createElement("a");
	a.setAttribute('href', '/prius/lightbox/index.html?id=' + model);
	/*hs.htmlExpand(a, { objectType: 'iframe', width: 693, height: 565, objectWidth: 725, objectHeight: 565  } )*/
	hs.htmlExpand(a, { objectType: 'iframe', width: 687, height: 565, objectWidth: 687, objectHeight: 565  } )
}

function call_prius_info(model){
	document.location.href = "/priusplugin";
	/*var a = document.createElement("a");
	a.setAttribute('href', '/prius/lightbox/info.html?id=' + model);
	hs.htmlExpand(a, { objectType: 'iframe', width: 687, height: 565, objectWidth: 687, objectHeight: 565  } )*/
}


