function viewWindow(url, winname, width, height, scrollbar)
{
	if( $.browser.msie == true && ( $.browser.version.indexOf( '7.0' ) >= 0 || $.browser.version.indexOf( '6.' ) >= 0 ) )
	{
		document.getElementById('flash_app').fallbackPopup( url );
		return;
	} else {
		var win = window.open(url,winname, "width=" + width +", height=" + height + ", scrollbars = " +scrollbar+",resizable" );
		if ( !win )
		{
			document.getElementById('flash_app').fallbackPopup( url );
		}
	}
}

/*
var _pathCache;
SWFAddress.onChange = function() {
    if ( _pathCache != SWFAddress.getPath() )
    {
        pageTracker._trackPageview( SWFAddress.getPath() );
        _pathCache = SWFAddress.getPath();
    }
}
*/
