//SwirlCentral Homepage
//Author: Jason Tablante
//http://www.circasystems.com/jason
//Script for the rollovers in the pages and navigation layers

function popup(filename, thewindow, thewidth, theheight, thescrollbar){
var attributes = "width=" + thewidth + ",height=" + theheight + ",scrollbars=" + thescrollbar + ",resizable=0,status=0";
window.open(filename, thewindow, attributes);
}