var pathCollections = urlPath + '/collections'
$(function(){
	 $(this).pngFix(); 
	var body
	if(screen.availWidth<=1024) {body = 1000;} else {body = screen.availWidth - 21;}/*
	$("#tmpCapa").prepend('<br />Screen: ' + (parseInt(screen.availWidth)) )
	$("#tmpCapa").prepend('<br />Window: ' + $(window).width())	
	$("#tmpCapa").prepend('<br />isMobile: ' + isMobile)	*/
	$('.body').css('width', body);/*
	$("#tmpCapa").prepend('<br />Class Body: ' + $('.body').css('width'))
	$("#tmpCapa").prepend("<br />Height Screen: " + screen.availHeight)
	$("#tmpCapa").prepend("<br />Height Window:" + $(window).height())
	$("#tmpCapa").prepend("<br />Height Document: " + $(document).height())*/
	if(isDEBUG){
		$("#consoleContent").showDialog({unclose:true, width:500, position:['right','bottom'], title:'Console Log'})
		$("#consoleContent").find('.open').click( function(){
			alert("open")
		})
		$("#consoleContent").find('.close').click( function(){
			alert("close")
		})
	}
	return false;
});
