$(document).ready( function() { 

	$(document).pngFix();
							
	// Popups
	$("a[rel='c2radioweb']").click(function () {  
	var caracteristicas = "height=450,width=600,scrollTo,resizable=0,scrollbars=0,location=0";  
	nueva=window.open(this.href, 'c2radio', caracteristicas);  
	return false;  
	});
	
	// Popups PANEL DE CONTROL
	$("a[rel='usrpanel']").click(function () {  
	var caracteristicas = "height=550,width=850,scrollTo,resizable=0,scrollbars=1,location=0";  
	nueva=window.open('usrpanel/index.php?' + this.href, 'usrpanel', caracteristicas);  
	return false;  
	});
	 
	 ///// CAJA DE FOTOS y VIDEOS
	$(".boxfoto").colorbox();
	$(".boxvideo").colorbox({iframe:true, width:650, height:550});
	$(".boxiframe").colorbox({width:"80%", height:"80%", iframe:true});
	$(".boxinline").colorbox({width:"50%", inline:true, href:"#inline_example1"});
	$("a[rel='slideshow']").colorbox({slideshow:true});


}); 
