﻿//--------------------------------------------------------------------------------------------------//
//																									//
//	Functions																						//
//	copyright(C)2010 lcc inc. all rights reserved													//
//--------------------------------------------------------------------------------------------------//

//================================================================================================== ready
$().ready(function() {
	shadowBoxIni();
});

function shadowBoxIni() {
	Shadowbox.init({
		handleOversize: "drag",
		counterType: "skip",
		continuous: true,
		players: ["img","html"],
		modal: true
	});
}

