<!--
	var WinNum=0;

	function ig_popup(Url,x,y)	{
		var String;var Scroll = 0;
		if (x > screen.width){x = screen.width - 100; Scroll = 1;}
		if (y > screen.height){y = screen.height - 100; Scroll = 1;}
		String = "toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=" + Scroll + ",resizable=0,copyhistory=0,";
		String += ",width=" + x + ",height=" + y; WinPic=window.open(Url,WinNum++,String); WinPic.moveTo(15,15); return false;
	}

	function getQueryString(strName) {
    var match = (new RegExp('[?&;]' + strName + '=([^&;#]*)')).exec(document.location.search);
    return match ? unescape(match[1]) : "";
	}
//-->
