﻿$(function() {
	$('#top_banner').cycle({ 
    		fx:    'fade', 
    		sync:   true, 
    		timeout: 9000,
    		random: true,
    		pause: true
	});
});

function openpopup(popurl){
var winpops=window.open(popurl,"","width=800,height=730,resizable")
}
function openScrollingPopup(popurl){
var winpops=window.open(popurl,"","width=800,height=730,resizable,scrollbars")
}

function MyOpenWindow(URL){
   sURL = URL;
   sName = 'MyWindow';
   sFeatures = 'width=485,height=450,toolbar=no,menubar=no,status=yes,scrollbars=yes,resizable=no';
   window.open(sURL , sName, sFeatures);
}
function MyOpenWindow2(URL){
   sURL = URL;
   sName = 'MyWindow2';
   sFeatures = 'width=450,height=450,toolbar=no,menubar=no,status=yes,scrollbars=no,resizable=no';
   window.open(sURL , sName, sFeatures);
}

function MyOpenWindow3(URL){
   sURL = URL;
   sName = 'MyWindow3';
   sFeatures = 'width=350,height=225,toolbar=no,menubar=no,status=yes,scrollbars=no,resizable=no';
   window.open(sURL , sName, sFeatures);
}
