/* ------------------------------

			ShdowBox

------------------------------ */

Shadowbox.init({
    language: 'en',
    players:  ['img', 'html', 'iframe', 'qt', 'wmp', 'swf', 'flv']
});

function plantDetail(_str, _w, _h){
	Shadowbox.open({
		content:_str,
		player:"iframe",
		width:_w,
		height:_h
	});
	
}


