
/*
/// SET UP PATH VARIABLES
*/

mcmsAdminDir = '/mcms_admin/';
mcmsAssetsDir = '/mcms_assets/';
mcmsControlDir = '/mcms_control/';
mcmsSiteDir = '/mcms_site/';
mcmsUploadDir = '/mcms_site/uploads/';
mcmsIconsPath = '/mcms_assets/images/icons/silk/';
mcmsIconsExt = '.png';


//SIFR PATH
if (top.location.hostname == "localhost") {
	var sifr_path = "http://localhost/mcms_site/js/sifr/";
} else if (top.location.hostname == "192.168.120.5") {
	var sifr_path = "http://192.168.120.5/mcms_assets/js/sifr/";
} else {
	var sifr_path = mcmsSiteDir + "js/sifr/";
}

///LIGHTBOX VARIABLES
var LBfileLoadingImage = mcmsAssetsDir + "js/lightbox/images/loading.gif";		
var LBfileBottomNavCloseImage = mcmsAssetsDir + "js/lightbox/images/closelabel.gif";
var LBresizeSpeed = 7;	// controls the speed of the image resizing (1=slowest and 10=fastest)
var LBborderSize = 10;	//if you adjust the padding in the CSS, you will need to update this variable

//MEDIA PLAYERS DIRECTORY
var mcmsPlayerDirectory = mcmsAssetsDir + 'flash/';