
$(document).ready(function() {

$("a[rev='locale_language']").colorbox({opacity:0.70 , width:"700px", height:"320px", href: base_url+"service/locale/language", scrolling:false, iframe: true , transition: "none" , fastIframe: true} ); 
$("a[rev='locale_currency']").colorbox({opacity:0.70 , width:"700px", height:"320px", href: base_url+"service/locale/currency", scrolling:false, iframe: true , transition: "none" , fastIframe: true} ); 

});

