function BrowserInfo()
{
  this.name = navigator.appName;
  this.codename = navigator.appCodeName;
  this.version = navigator.appVersion.substring(0,4);
  this.platform = navigator.platform;
  this.javaEnabled = navigator.javaEnabled();
  this.screenWidth = "700";
  this.screenHeight = "600";
}
.PopUp {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
	color: #000000;
	background-position: left top;
	letter-spacing: normal;
	text-align: center;
	vertical-align: top;
	word-spacing: normal;
	display: none;
	margin: 0px;
	padding: 0px;
	clear: left;
	float: left;
	height: 600px;
	width: 700px;
	border: 0 #DCD3CC;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: circle;
	overflow: visible;
	position: absolute;
	visibility: inherit;
	z-index: auto;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	cursor: hand;
	page-break-before: auto;
	page-break-after: auto;
}
