$(document).ready(function(){
	
		$(document).pngFix();
		
		
}); 

$(function ()			
{
$('.suboffer li:last').css('visibility','hidden');

$(".rollover").hover(function() {      
                var currentImg = $(this).attr("src");
                $(this).attr("src", $(this).attr("hover"));
                $(this).attr("hover", currentImg);
            }, function() {
                var currentImg = $(this).attr("src");
                $(this).attr("src", $(this).attr("hover"));
                $(this).attr("hover", currentImg);
});
});

function showvideos(){
	$(document).ready(function(){
                $("a[rel^='prettyPhoto']").prettyPhoto({showTitle:false});
            });
	$("#vdolink").trigger('click');
}
function onlinechat(){
	$("#olc").trigger('click');	
	
}
		

function NewWindowTop(mypage,myname,w,h,scroll,resize){
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings ='height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable='+resize;
	win = window.open(mypage,myname,settings);
	if (window.focus) {win.focus()}

}
