function tncWindow() {
 popupWin = window.open('terms.htm', 'open_window', 'scrollbars, resizable=0, dependent=1, width=840, height=600, left=0, top=0')
}

$(document).ready(function() {
	/*
	$("a.wallpapers").fancybox({
		'padding'           : 0,
		'frameWidth'             : 900,
		'frameHeight'            : 600,
		'showCloseButton'	: false,
		'hideOnContentClick'    : false,
		'overlayOpacity'	: 0.9
		});
	*/	
		//preload rollovers:
		pic1= new Image(100,25); 
		pic1.src="/images/subpanel1_hover_bg.jpg";
		pic2= new Image(100,25); 
		pic2.src="/images/subpanel2_hover_bg.jpg";

});




function callFancy(my_href)
{
	var j1 = document.getElementById("hiddenclicker");
	j1.href = my_href;
	$("a.overlay-flash").fancybox({
		'padding'           : 0,
		'frameWidth'             : 885,
		'frameHeight'            : 600,
		'showCloseButton'	: false,
		'overlayOpacity'	: 0.9
	});
	$('#hiddenclicker').trigger('click');
}