// JavaScript Document

function picAlb(m){
	$(document).ready(function(){	
		$("a[rel="+m+"]").colorbox();
	});
}
function singPop(c,w,h,l){
	$(document).ready(function(){
		$("."+c).colorbox({width:w, height:h, inline:true, href:l});
	});
}
