/*

  (c) 2006 TUFaT.com. All Rights Reserved

*/

var theme = new Array ();

try{
	var img_test = new Image ();
	
	if(img_test.style.filter == "")
		theme["href"] = "themes/navy_blue/style.css" +"?"+ Math.random();
	else
		theme["href"] = "themes/navy_blue/style_nofilter.css" +"?"+ Math.random();
}catch(e){    
	theme["href"] = "themes/navy_blue/style.css" +"?"+ Math.random();	
}
theme["title"] = "Navy Blue";
theme["name"] = "navy_blue";
theme["close"] = "close.gif";
theme["minimize"] = "minimize.gif";
theme["lock"] = "lock.gif";
theme["restore"] = "restore.gif";
theme["background-default"]="images/navy_blue.jpg"; 

config["themes"].push (theme);
