var md_Obj = null;
function initmd() {
	md_Obj = new OpacityObject('md','md');
	md_Obj.setBackground('image'); /*image scale crop*/
}
var p_Obj = null;
function initp() {
	p_Obj = new OpacityObject('p','p');
	p_Obj.setBackground('image'); /*image scale crop*/
}


function init(){
initmd();
initp();
}
