/* --------------------------------------
   DHTML Pop Up Window Configuration
   --------------------------------------
*/

/*----------------------
  Global Configuration
  Parameters
  ----------------------*/

CPW_window_bgcolor = "#8C6F37"
CPW_window_title_bgcolor = "#F5F4CB"
CPW_window_border_color = "#F5F4CB"

CPW_window_padding = "0"
CPW_window_border = "1"
CPW_window_transition_in = "12"
CPW_window_transition_out = "12"
CPW_window_transition_duration = "0.5"

CPW_window_x_button = "images/CrossButton.gif"

/*----------------------
  Paste window variables
  below.
  ----------------------*/

CPW_window1_left = "250"
CPW_window1_top = "675"
CPW_window1_width = "400"
CPW_window1_height = "300"
CPW_window1_visible = false
CPW_window1_draggable = true
CPW_window1_title = "Good Times with Family and Friends at The Cove Restaurant.  Outside Portion of The Cove on the Floating Patio. - (click and drag image to move)"
CPW_window1_content = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\""+
"\"http://www.w3.org/TR/html4/loose.dtd\">"+
"<html>"+
"<head>"+
"<title>Picture</title>"+
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">"+
"<style type=\"text/css\">"+
"<!--"+
"body {"+
"	margin-left: 0px;"+
"	margin-top: 0px;"+
"	margin-right: 0px;"+
"	margin-bottom: 0px;"+
"	background-image: url('http://www.elmhillmarina.com/new/images/mesh.jpg');"+
"}"+
"body,td,th {"+
"	font-family: Tahoma;"+
"	font-size: 12px;"+
"	font-style: normal;"+
"	line-height: 13px;"+
"	font-variant: normal;"+
"	color: #af6c19;"+
"}"+
"-->"+
"</style></head>"+
""+
"<body>"+
"<div align=\"center\"><img src=\"images/leftpanel/LeftCove1.gif\" width=\"400\" height=\"300\"></div>"+
"</body>"+
"</html>"+
""

CPW_window2_left = "250"
CPW_window2_top = "775"
CPW_window2_width = "400"
CPW_window2_height = "300"
CPW_window2_visible = false
CPW_window2_draggable = true
CPW_window2_title = "Enjoying a Snack While Looking Out Over the Lake.  Outside Portion of The Cove on the Floating Patio. - (click and drag image to move)"
CPW_window2_content = "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\""+
"\"http://www.w3.org/TR/html4/loose.dtd\">"+
"<html>"+
"<head>"+
"<title>Picture</title>"+
"<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">"+
"<style type=\"text/css\">"+
"<!--"+
"body {"+
"	margin-left: 0px;"+
"	margin-top: 0px;"+
"	margin-right: 0px;"+
"	margin-bottom: 0px;"+
"	background-image: url(../images/mesh.jpg);"+
"}"+
"-->"+
"</style></head>"+
""+
"<body>"+
"<div align=\"center\"><img src=\"images/leftpanel/LeftCove2.gif\" width=\"400\" height=\"300\"></div>"+
"</body>"+
"</html>"+
""