
$(document).ready(function() {
	$("a.fancybox").fancybox();});



function go(url)
{
	document.location=url;
}

function wopen(url, w, h)
{
	window.open(url, 'w', 'width=' + w + ',height=' + h + ',location=no,menubar=no,status=no,titlebar=no,toolbar=no');
}
