/// currently not working
var newwindow;
function pv(str) {
	var vars = str.split("&");
	dir = vars[0];
	if (vars[1] == '') { w = 630; } else { w = vars[1]; }
	if (vars[2] == '') { h = 300; } else { h = vars[2]; }
	window.open('extra/?dir='+dir+'&width='+w+'&height='+h,'name','width='+w+',height='+h+',scrollbars=no');
	if (window.focus) {newwindow.focus()}
}
function mv(str) {
	window.open('extra/video.php?movie='+str,'name','width=630,height=300,scrollbars=no');
	if (window.focus) {newwindow.focus()}
}


jQuery(document).ready(function() {
	if (jQuery('.wtgallery_list_area').html() != null) {
		jQuery("a.fancyBox").fancybox({
			titleShow : false,
			overlayOpacity : 0.8,
			overlayColor : '#000'
		});
	} else {
		jQuery("a[rel=fancybox]").fancybox();
		jQuery("a.jqfancybox").fancybox();
	}
	if(jQuery('#content').height() > jQuery('#subnav').height()) {
		jQuery('#subnav').height(jQuery('#content').height());
	}
});
