var mainHost="http://beelaud.webhop.net/www47/monstertemplate/";
var screenshotsHost="http://images.templatemonster.com";
var urlAdd="http://www.templatehelp.com/preset/cart.php";
var pr_code="5at9oi6Oe7hl7x7o13hFPCZ4cI8AP6";
function getCache(key){
	
     var theValue = $.jCache.getItem(key);
  // alert(theValue);
   if(theValue===undefined){ return false};
   return theValue;
}
function setCache(key,data){
	if(key==="undefined")return false;
  	$.jCache.setItem(key,data);
  	return true;
}

function msgAlert(msgMsg,titleMsg){
	alert(msgMsg);
}
function msgError(msgMsg,titleMsg){

	alert(msgMsg);
}
function showResult(btn){
  //  Ext.example.msg('Button Click', 'You clicked the {0} button', btn);
}

function showResultText(btn, text){
  //  Ext.example.msg('Button Click', 'You clicked the {0} button and entered the text "{1}".', btn, text);
}