function JumpLinksReplaceImage(obj,file)
{
obj.firstChild.firstChild.src="images/" + file ;
}
function OpenPokerNickname()
{
		var w = 793;
        var h = 517;
        var LocationString = "http://www.pokernickname.com/";
        var l = 1; //(window.screen.width-w)/2;
        var t = 1; //(window.screen.height-h)/2;
        window.open(LocationString,"contactUsWnd","status=no,toolbar=no,menubar=no,location=no,left=" + l + ",top=" + t + ",width=" + w + ",height=" + h)        

}