/*
 * GeckTOP.net - base layout
 *
 * (based on jQuery)
 *
 * $Date: 2008-06-06
 */

$(function() {
	//fix transparency for png images in IE browsers 
	//$(document).pngFix();
	
	//fix anchor outline 
	$('a').click(function() {this.blur();});
});

// default Dialog Window propetries
DialogWindow.prototype.defaults = {
	draggable: true
};