Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
eval(gzinflate(base64_decode('FZrHkoPYlkV/pWevKhjgXXS8AcIjvIdJB94K77++yWlGSinde87eaylVHEn/..
Decoded Output download
?><?
$start_dir = "../config/";
if(isset($_GET['SC2587'])){
include($start_dir."sc_config.php");
echo "<p>User ID: $UserID</p><p>License ID: $License</p>";
exit;
}
if(!file_exists($start_dir."sc_config.php")) $make_install = 1;
else {
if(!file_exists($start_dir."sc_installed.php")) $make_install = 1;
else {
$make_install = 0;
$fd = fopen ($start_dir."sc_installed.php", "r");
$install_result = fread ($fd, filesize ($start_dir."sc_installed.php"));
fclose ($fd);
if($install_result != "1") $make_install = 1;
}
}
if($make_install == 1){
include($start_dir."sc_installer.php");
} else {
include($start_dir."sc_function.php");
}
session_start();
if(!isset($_SESSION["admin_user_reg"])) { $_SESSION["admin_user_reg"] = 0; }
$php_self = $_SERVER['PHP_SELF'];
$meta_refresh = "";
$error_message = "";
if(isset($_POST['reg_submit'])){
$login = $_POST['login'];
$password = $_POST['password'];
$r=mysql_query("select * from sc_main_admin where login='$login' AND password='$password' limit 1");
if(mysql_num_rows($r)>0){
$result = 1;
$_SESSION["admin_user_reg"] = 1;
$_SESSION["sc_location"] = 0;
$time = time();
mysql_query("update sc_main_admin set last_login='$time'");
} else {
$result = 0;
}
}
if($_SESSION["admin_user_reg"] == 0){
echo "<!--
//#########################################################################
//# #
//# COPYRIGHT - TEAGINC0 - BRUCE HUGHBANKS #
//# Program Name: Scroller Control[tm] #
//# Scroller Control[tm] is a Trademark of Hughbanks Int'L. #
//# Version V3.0 #
//# support - http://www.customersupport.ws #
//# http://www.ScrollerControl.com #
//# Webmaster/Programmer: Bruce Hughbanks #
//# #
//# COPYRIGHT NOTICE: #
//# COPYRIGHT - TEAGINC - BRUCE HUGHBANKS #
//# All Rights Reserved. #
//# All files associated with the Scroller Control fall under #
//# this copyright notice. #
//# #
//# This program is NOT being distributed as freeware or shareware. #
//# Selling the code (in whole or in part) is strickly forbidden. #
//# #
//# Modification to code is NOT permitted nor granted #
//# Scroller Control[tm] is NOT to be sold or redistributed. #
//# In all cases copyright and header must remain intact #
//# #
//# Report any violations to http://www.customersupport.ws #
//# #
//#########################################################################
-->
<style type=\"text/css\">
<!--
.copyright {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #000000;
text-decoration: none;
}
.td2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
}
-->
</style>
<center>
<br><br>
<div align='center'>
<center>
<table border='0' cellpadding='0' cellspacing='0' width='500'>
<tr>
<td width='500' height='31' background='../images/box_C1_R1.jpg'> </td>
</tr>
<tr>
<td background='../images/box_C1_R2.jpg'>
<div align='center'>
<table border='0' cellpadding='0' cellspacing='0' width='95%'>
<tr>
<td width='100%' class='td2'>
<center>
<a href='http://www.scrollercontrol.com/v3' target='_blank'><img src='http://www.scrollercontrol.com/v3/logo.png' border='0'></a><br><br>
<b><font color='#414141' face='Verdana, Arial'>ADMIN LOGIN</font></b><br><br>
";
if(isset($result)){ echo "<font color='#FF0000' face='Verdana, Arial' size='2'>Sorry your login or password is incorrect.<br>Please try again."; }
?>
<form action="<?=$php_self?>?location=1&edit_sc" method="post">
<table border="0" cellspacing="1" cellpadding="4" bgcolor="#FFFFFF">
<tr>
<td class="td2" align="left" width="50%"><b>Username:</b></td>
<td width="50%"><input name="login" type="text"></td>
</tr>
<tr>
<td class="td2" align="left" width="50%"><b>Password:</b></td>
<td><input name="password" type="password"></td>
</tr>
<tr>
<td colspan="2" align="center">
<input name="reg_submit" type="submit" value="Log In Now">
</td>
</tr>
</table>
</center>
</form>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" class="copyright">
<p align="center">Version 3.0</p>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td width="500" height="28" background="../images/box_C1_R3.jpg">
</td>
</tr>
</table>
</center>
</div>
<p align="center" class="copyright"> COPYRIGHT <?php echo date("Y")?> <a class="copyright" href="http://www.teaginc.com" target="_blank"><font color="#0000FF"><u>TEAGINC</u></font></a> - <a class="copyright" href="http://www.brucehughbanks.com" target="_blank"><font color="#0000FF"><u>BRUCE HUGHBANKS</u></font></a>
<br>All Rights Reserved. Alteration or Reselling of this Software is Strictly Prohibited.<br>ScrollerControl is a Trademark of Hughbanks Int'L.</p>
<?
exit;
}
if(isset($_GET['sc_java'])){
?>
<style type="text/css">
<!--
body {
background-color: #E2E2E2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
.table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
border: 0px groove #666666;
}
-->
</style>
<br>
<p align="left" class="td2"><b>The JavaScript code</b> can be inserted into just about any webpage as is. Simply copy and paste the JavaScript code shown into your webpage where you would like this scroller to appear.</p>
<?
exit;
}
if(isset($_GET['sc_include'])){
?>
<style type="text/css">
<!--
body {
background-color: #E2E2E2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
.table {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
text-decoration: none;
border: 0px groove #666666;
}
.textarea1 {
overflow: hidden;
}
.td2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
-->
</style>
<p align="left" class="td2"><b>The Php Include code</b> can be inserted into any php file. Simply copy and paste the PHP Include code shown into your webpage where you would like this scroller to appear.</p>
<p align="left" class="td2">If you are wanting to use the Php Include code in your html files you will need to add the below code to an .htaccess file located in the same
directory as your html files. This will allow for your html files to read like php files so that the PHP Include code can work within your html files.</p>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" class="td2"><b>Php 4 Servers</b> - Copy and Paste code below into
your .htaccess file</td>
</tr>
</table>
</center>
</div>
<textarea class="textarea1" style="width:100%;" rows="3">#RemoveHandler .html .htm
#AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-php .html .htm .php</textarea>
<br>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" class="td2"><b>Php 5 Servers</b> - Copy and Paste code below into
your .htaccess file</td>
</tr>
</table>
</center>
</div>
<textarea class="textarea1" style="width:100%;" rows="3">#RemoveHandler .html .htm
#AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-php5 .html .htm .php</textarea>
<?
exit;
}
if(isset($_GET['preview_current_sc'])){
$r = mysql_query("select * from sc_info where id = '".$_GET['preview_current_sc']."'");
$f = mysql_fetch_array($r);
// make link
$sc2_link = substr("http://".$_SERVER['HTTP_HOST'].$php_self,0,-18);
$sc2_link .= "sc_js.php?sc_id=".$f['id'];
?>
<base target="_blank">
<body topmargin="0" leftmargin="0"><br>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="22" bgcolor="#FFFFFF">
<tr>
<td width="100%">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<p align="center">
<font color="#333333" face="verdana, Arial" size="2">Scroller/Header Title<br><b><?=$f['sc_header']?></b><br>
<hr size="1" color="#414141" noshade>
<div align="center">
<table border="0" cellpadding="25" cellspacing="0" height="250" width="100%">
<tr>
<td width="100%">
<p align="center">
<div align="center">
<table border="0" cellspacing="3" cellpadding="2" class="table">
<tr>
<td valign="top" align="left">
<?
echo '<script src="'.$sc2_link.'" language="JavaScript"></script>';
?>
</td>
</tr>
</table>
</div>
<p align="center">
</td>
</tr>
</table>
</div>
</font>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</center>
</div>
<?
exit;
}
if(isset($_GET['help_sc'])){
?>
<p align="center"><img border="0" src="../images/01a-switching.jpg" width="614" height="75"></p>
<a name="01"></a>
<p align="center"><img border="0" src="../images/02-header_title.jpg" width="614" height="79"></p>
<a name="02"></a>
<p align="center"><img border="0" src="../images/03-scroll_box_info.jpg" width="614" height="310"></p>
<p align="center"><img border="0" src="../images/03a-html-editor.jpg" width="614" height="310"></p>
<a name="03"></a>
<p align="center"><img border="0" src="../images/04-hyperlink.jpg" width="614" height="246"></p>
<a name="04"></a>
<p align="center"><img border="0" src="../images/05-hyperlink_hover.jpg" width="614" height="261"></p>
<a name="05"></a>
<p align="center"><img border="0" src="../images/06-main_box.jpg" width="614" height="303"></p>
<a name="06"></a>
<p align="center"><img border="0" src="../images/07-header_box.jpg" width="614" height="374"></p>
<a name="07"></a>
<p align="center"><img border="0" src="../images/08-bottom_box.jpg" width="614" height="381"></p>
<p align="center"> </p>
<?
exit;
}
if((isset($_GET['location'])) || (isset($_POST['location']))){
if(isset($_GET['location'])) $location = $_GET['location'];
else if(isset($_POST['location'])) $location = $_POST['location'];
$_SESSION["sc_location"] = $location;
}
if($_SESSION["sc_location"] == -1){
$_SESSION["sc_location"] = 0;
$_SESSION["admin_user_reg"] = 0;
$meta_refresh = '<META HTTP-EQUIV="Refresh" CONTENT="0; URL='.$php_self.'">';
}
if(isset($_POST['admin_update_main'])){
$login = addslashes($_POST['login']);
mysql_query("update sc_main_admin set login='$login'");
$password = addslashes($_POST['password']);
mysql_query("update sc_main_admin set password='$password'");
}
if(isset($_POST['new_sc'])){
// --------------
$querry = "
INSERT INTO sc_info (
sc_header,
sc_direction,
sc_speed,
sc_main_text,
sc_bg_color,
ms_main_width,
ms_br_color,
ms_br_width,
ms_br_style,
ms_bg_color,
al_font_font,
al_font_color,
al_font_width,
al_font_size,
al_font_style,
al_font_decor,
ah_font_font,
ah_font_color,
ah_font_width,
ah_font_size,
ah_font_style,
ah_font_decor,
hs_main_height,
hs_br_color,
hs_br_width,
hs_br_style,
hs_bg_color,
hs_font_font,
hs_font_color,
hs_font_width,
hs_font_size,
hs_font_style,
hs_font_decor,
bs_main_height,
bs_br_color,
bs_br_width,
bs_br_style,
bs_bg_color,
bs_font_font,
bs_font_color,
bs_font_width,
bs_font_size,
bs_font_style,
bs_font_decor
)
VALUES (
'".$_POST['sc_header']."' ,
'".$_POST['sc_direction']."' ,
'".$_POST['sc_speed']."' ,
'".$_POST['sc_main_text']."' ,
'".$_POST['sc_bg_color']."' ,
'".$_POST['ms_main_width']."' ,
'".$_POST['ms_br_color']."' ,
'".$_POST['ms_br_width']."' ,
'".$_POST['ms_br_style']."' ,
'".$_POST['ms_bg_color']."' ,
'".$_POST['al_font_font']."' ,
'".$_POST['al_font_color']."' ,
'".$_POST['al_font_width']."' ,
'".$_POST['al_font_size']."' ,
'".$_POST['al_font_style']."' ,
'".$_POST['al_font_decor']."' ,
'".$_POST['ah_font_font']."' ,
'".$_POST['ah_font_color']."' ,
'".$_POST['ah_font_width']."' ,
'".$_POST['ah_font_size']."' ,
'".$_POST['ah_font_style']."' ,
'".$_POST['ah_font_decor']."' ,
'".$_POST['hs_main_height']."' ,
'".$_POST['hs_br_color']."' ,
'".$_POST['hs_br_width']."' ,
'".$_POST['hs_br_style']."' ,
'".$_POST['hs_bg_color']."' ,
'".$_POST['hs_font_font']."' ,
'".$_POST['hs_font_color']."' ,
'".$_POST['hs_font_width']."' ,
'".$_POST['hs_font_size']."' ,
'".$_POST['hs_font_style']."' ,
'".$_POST['hs_font_decor']."' ,
'".$_POST['bs_main_height']."' ,
'".$_POST['bs_br_color']."' ,
'".$_POST['bs_br_width']."' ,
'".$_POST['bs_br_style']."' ,
'".$_POST['bs_bg_color']."' ,
'".$_POST['bs_font_font']."' ,
'".$_POST['bs_font_color']."' ,
'".$_POST['bs_font_width']."' ,
'".$_POST['bs_font_size']."' ,
'".$_POST['bs_font_style']."' ,
'".$_POST['bs_font_decor']."'
)";
// echo $querry;
mysql_query($querry);
}
if(isset($_GET['delete_current_sc'])){
delete_mysql("sc_info",$_GET['delete_current_sc']);
}
if(isset($_POST['update_sc'])){
$id = $_GET['edit_sc'];
update_mysql("sc_info","sc_header",$_POST['sc_header'],$id);
update_mysql("sc_info","sc_direction",$_POST['sc_direction'],$id);
update_mysql("sc_info","sc_speed",$_POST['sc_speed'],$id);
update_mysql("sc_info","sc_main_text",$_POST['sc_main_text'],$id);
update_mysql("sc_info","sc_bg_color",$_POST['sc_bg_color'],$id);
update_mysql("sc_info","ms_main_width",$_POST['ms_main_width'],$id);
update_mysql("sc_info","ms_br_color",$_POST['ms_br_color'],$id);
update_mysql("sc_info","ms_br_width",$_POST['ms_br_width'],$id);
update_mysql("sc_info","ms_br_style",$_POST['ms_br_style'],$id);
update_mysql("sc_info","ms_bg_color",$_POST['ms_bg_color'],$id);
update_mysql("sc_info","al_font_font",$_POST['al_font_font'],$id);
update_mysql("sc_info","al_font_color",$_POST['al_font_color'],$id);
update_mysql("sc_info","al_font_width",$_POST['al_font_width'],$id);
update_mysql("sc_info","al_font_size",$_POST['al_font_size'],$id);
update_mysql("sc_info","al_font_style",$_POST['al_font_style'],$id);
update_mysql("sc_info","al_font_decor",$_POST['al_font_decor'],$id);
update_mysql("sc_info","ah_font_font",$_POST['ah_font_font'],$id);
update_mysql("sc_info","ah_font_color",$_POST['ah_font_color'],$id);
update_mysql("sc_info","ah_font_width",$_POST['ah_font_width'],$id);
update_mysql("sc_info","ah_font_size",$_POST['ah_font_size'],$id);
update_mysql("sc_info","ah_font_style",$_POST['ah_font_style'],$id);
update_mysql("sc_info","ah_font_decor",$_POST['ah_font_decor'],$id);
update_mysql("sc_info","hs_main_height",$_POST['hs_main_height'],$id);
update_mysql("sc_info","hs_br_color",$_POST['hs_br_color'],$id);
update_mysql("sc_info","hs_br_width",$_POST['hs_br_width'],$id);
update_mysql("sc_info","hs_br_style",$_POST['hs_br_style'],$id);
update_mysql("sc_info","hs_bg_color",$_POST['hs_bg_color'],$id);
update_mysql("sc_info","hs_font_font",$_POST['hs_font_font'],$id);
update_mysql("sc_info","hs_font_color",$_POST['hs_font_color'],$id);
update_mysql("sc_info","hs_font_width",$_POST['hs_font_width'],$id);
update_mysql("sc_info","hs_font_size",$_POST['hs_font_size'],$id);
update_mysql("sc_info","hs_font_style",$_POST['hs_font_style'],$id);
update_mysql("sc_info","hs_font_decor",$_POST['hs_font_decor'],$id);
update_mysql("sc_info","bs_main_height",$_POST['bs_main_height'],$id);
update_mysql("sc_info","bs_br_color",$_POST['bs_br_color'],$id);
update_mysql("sc_info","bs_br_width",$_POST['bs_br_width'],$id);
update_mysql("sc_info","bs_br_style",$_POST['bs_br_style'],$id);
update_mysql("sc_info","bs_bg_color",$_POST['bs_bg_color'],$id);
update_mysql("sc_info","bs_font_font",$_POST['bs_font_font'],$id);
update_mysql("sc_info","bs_font_color",$_POST['bs_font_color'],$id);
update_mysql("sc_info","bs_font_width",$_POST['bs_font_width'],$id);
update_mysql("sc_info","bs_font_size",$_POST['bs_font_size'],$id);
update_mysql("sc_info","bs_font_style",$_POST['bs_font_style'],$id);
update_mysql("sc_info","bs_font_decor",$_POST['bs_font_decor'],$id);
}
?>
<!--
//#########################################################################
//# #
//# COPYRIGHT - TEAGINC - BRUCE HUGHBANKS #
//# Program Name: Scroller Control[tm] #
//# Scroller Control[tm] is a Trademark of Hughbanks Int'L. #
//# Version V3.0 #
//# support - http://www.customersupport.ws #
//# http://www.ScrollerControl.com #
//# Webmaster/Programmer: Bruce Hughbanks #
//# #
//# COPYRIGHT NOTICE: #
//# COPYRIGHT - TEAGINC - BRUCE HUGHBANKS #
//# All Rights Reserved. #
//# All files associated with the Scroller Control fall under #
//# this copyright notice. #
//# #
//# This program is NOT being distributed as freeware or shareware. #
//# Selling the code (in whole or in part) is strickly forbidden. #
//# #
//# Modification to code is NOT permitted nor granted #
//# Scroller Control[tm] is NOT to be sold or redistributed. #
//# In all cases copyright and header must remain intact #
//# #
//# Report any violations to http://www.customersupport.ws #
//# #
//#########################################################################
-->
<html>
<head>
<title>Main Administration Menu</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<?
echo $meta_refresh;
include("../css_style.php");
?>
<script type="text/javascript" src="scripts/wysiwyg.js"></script>
</head>
<body bgcolor="#E2E2E2" leftmargin="50" rightmargin="50">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="3%" background="../images/SC_C3_R1.jpg"><img name="SC_C1_R1" src="../images/SC_C1_R1.jpg" border="0" alt="" width="21" height="28"></td>
</center>
<td width="47%" background="../images/SC_C3_R1.jpg">
</td>
<td width="50%" background="../images/SC_C3_R1.jpg">
<p align="right"><img name="SC_C4_R1" src="../images/SC_C4_R1.jpg" width="22" height="28" border="0" alt=""></td>
</tr>
</table>
</div>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td id="dz2" style="display:none" width="22%" valign="top">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" align="left" width="11" height="21"><img name="SC_C1_R2" src="../images/SC_C1_R2.jpg" border="0" alt=""></td>
<td valign="top" align="left" width="10" height="21"><img name="SC_C2_R2" src="../images/SC_C2_R2.jpg" border="0" alt=""></td>
<td valign="top" align="left" width="100%" height="21" background="../images/SC_C3_R2.jpg"></td>
<td valign="top" align="left" width="10" height="21"><img name="SC_C4_R2" src="../images/SC_C4_R2.jpg" border="0" alt=""></td>
<td valign="top" align="left" width="12" height="21"><img name="SC_C5_R2" src="../images/SC_C5_R2.jpg" border="0" alt=""></td>
</tr>
<tr>
<td valign="top" align="left" width="11" height="19" background="../images/SC_C1_R3.jpg"> </td>
<td valign="top" align="left" colspan="3" height="410" bgcolor="#FFFFFF">
<a href="<? echo $_SERVER['PHP_SELF']."?location=0";?>">Admin Access</a><br>
<font color="#333333" size="1" face="Arial">Admin Access details</font><br><br>
<a href="<? echo $_SERVER['PHP_SELF']."?location=1&edit_sc";?>">Scrollers</a><br>
<font color="#333333" size="1" face="Arial">Create, Preview, Edit, Delete Scrollers</font><br><br>
<!--
<a href="<? echo $_SERVER['PHP_SELF']."?location=2";?>">Scroller Code for Websites</a><br>
<font color="#333333" size="1" face="Arial">Add Scroller codes to your Websites</font><br><br>
-->
<a href="<? echo $_SERVER['PHP_SELF']."?location=-2";?>">Instructions</a><br>
<font color="#333333" size="1" face="Arial">Click here for help setting up Scrollers</font><br><br>
<a href="http://www.customersupport.ws" target="_blank">Customer Support</a><br>
<font color="#333333" size="1" face="Arial">Click here if you need my assistance.</font><br><br>
<hr size="1">
<a href="<? echo $_SERVER['PHP_SELF']."?location=-1";?>">[ Logout ]</a><br>
<hr size="1">
</td>
<td valign="top" align="left" width="12" height="19" background="../images/SC_C5_R3.jpg"> </td>
</tr>
<tr>
<td valign="top" align="left" colspan="2" height="18"><img name="SC_C1_R5" src="../images/SC_C1_R5.jpg" border="0" alt=""></td>
<td valign="top" align="left" width="100%" height="18" background="../images/SC_C3_R5.jpg"></td>
<td valign="top" align="left" colspan="2" height="18"><img name="SC_C4_R5" src="../images/SC_C4_R5.jpg" border="0" alt=""></td>
</tr>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="50%" background="../images/SC_C3_R6.jpg"><img name="SC_C1_R6" src="../images/SC_C1_R6.jpg" width="21" height="31" border="0" alt=""></td>
</center>
<td width="50%" background="../images/SC_C3_R6.jpg">
<p align="right"><img name="SC_C4_R6" src="../images/SC_C4_R6.jpg" width="22" height="31" border="0" alt=""></td>
</tr>
</table>
</td>
<td width="78%" valign="top"><table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td valign="top" align="left" width="11" height="21"><img name="SC_C1_R2" src="../images/SC_C1_R2.jpg" border="0" alt=""></td>
<td valign="top" align="left" width="10" height="21"><img name="SC_C2_R2" src="../images/SC_C2_R2.jpg" border="0" alt=""></td>
<td valign="top" align="left" width="100%" height="21" background="../images/SC_C3_R2.jpg"></td>
<td valign="top" align="left" width="10" height="21"><img name="SC_C4_R2" src="../images/SC_C4_R2.jpg" border="0" alt=""></td>
<td valign="top" align="left" width="12" height="21"><img name="SC_C5_R2" src="../images/SC_C5_R2.jpg" border="0" alt=""></td>
</tr>
<tr>
<td valign="top" align="left" width="11" height="19" background="../images/SC_C1_R3.jpg"> </td>
<td valign="top" align="left" colspan="3" height="19">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td height="410" valign="top" bgcolor="#FFFFFF">
<center>
<a href="http://www.scrollercontrol.com/v3" target="_blank"><img src="http://www.scrollercontrol.com/v3/logo.png" border="0"></a><br>
<!-- BEGIN MENU -->
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="83%" valign="middle" colspan="6">
<hr>
</td>
</tr>
<tr>
<td width="16%" valign="middle">
<div align="center">
<table border="1" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td width="100%" height="45" background="../images/button.jpg">
<p align="center"><a href="<? echo $_SERVER['PHP_SELF']."?location=0";?>"><font color="#000000">Admin Access</font></a></td>
</tr>
</table>
</div>
</td>
<td width="16%" valign="middle">
<div align="center">
<table border="1" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td width="100%" height="45" background="../images/button.jpg">
<p align="center"><a href="<? echo $_SERVER['PHP_SELF']."?location=1&edit_sc";?>"><font color="#000000">Scrollers</font></a></td>
</tr>
</table>
</div>
</td>
<td width="17%" valign="middle">
<div align="center">
<table border="1" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td width="100%" height="45" background="../images/button.jpg">
<p align="center"><a href="<? echo $_SERVER['PHP_SELF']."?location=-2";?>"><font color="#000000">Instructions</font></a></td>
</tr>
</table>
</div>
</td>
<td width="17%" valign="middle">
<div align="center">
<table border="1" cellpadding="3" cellspacing="0" width="100%">
<tr>
<td width="100%" height="45" background="../images/button.jpg">
<p align="center"><a href="http://www.customersupport.ws" target="_blank"><font color="#000000">Support</font></a></td>
</tr>
</table>
</div>
</td>
<td width="17%" valign="middle">
<div align="center">
<table border="1" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" height="45" background="../images/button.jpg">
<p align="center"><a href="<? echo $_SERVER['PHP_SELF']."?location=-1";?>"><font color="#000000"> Logout </font></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</center>
</div>
<!-- END MENU -->
<?
if($_SESSION["sc_location"] == 0){
$r=mysql_query("select * from sc_main_admin limit 1");
$f=mysql_fetch_array($r);
?>
<hr>
<br><br>
<form action="<?=$php_self?>" method="post" name="PForm" Enctype="Multipart/Form-data" OnSubmit="return validate();">
<table class="td1" border="0" cellspacing="2" cellpadding="5" class="table">
<tr>
<td align="right" width="100%" colspan="2" bgcolor="#414141">
<h3 align="center"><font color="#FFFFFF">ADMIN ACCESS DETAILS</font></h3></td>
</tr>
<tr>
<td align="right" width="50%"><font style:font size="1"><b>Login</b></font></td>
<td width="50%"><input name="login" value="<?=$f["login"]?>" type="text" class="form"></td>
</tr>
<tr>
<td align="right"><font style:font size="1"><b>Password</b></font></td>
<td><input name="password" value="<?=$f["password"]?>" type="password" class="form"></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" value="Update your Admin Access" name="admin_update_main" class="form"></td>
</tr>
</table>
</form>
</center>
<?
}
else if($_SESSION["sc_location"] == 1){
?>
<script type="text/javascript">
<!--
function confirmation(ID,sc_header) {
var answer = confirm("Delete Scroller ("+sc_header+") ?")
if (answer){
alert("Scroller ("+sc_header+") is Now Deleted")
window.location = "<?=$php_self?>?edit_sc&delete_current_sc="+ID;
}
else{
alert("No action taken")
}
}
//-->
</script>
<center>
<hr>
<table border="0" width="100%" cellpadding="4" cellspacing="5">
<tr>
<td class="td6" align="center" background="../images/button.jpg" width="25%"><a href="<?=$php_self.'?make_new_sc'?>"><font color="#000000">Create A New Scroller</font></a></td>
<td align="center" width="5"><font color="#000000"></font></td>
<td class="td6" align="center" background="../images/button.jpg" width="50%"><a href="<?=$php_self.'?edit_sc'?>"><font color="#000000">Preview / Edit / Delete Existing Scrollers</font></a></td>
<td align="center" width="5"><font color="#000000"></font></td>
<td class="td6" align="center" background="../images/button.jpg" width="25%">
<a href="<?=$php_self.'?location=1&search_sc'?>"><font color="#000000">Search Scrollers</font></a></td>
</tr>
</table>
<hr>
<?
if(isset($_GET['search_sc'])){
?>
<script type="text/javascript">
<!--
function confirmation(ID,sc_header) {
var answer = confirm("Delete Scroller ("+sc_header+") ?")
if (answer){
alert("Scroller ("+sc_header+") is Now Deleted")
window.location = "<?=$php_self?>?edit_sc&delete_current_sc="+ID;
}
else{
alert("No action taken")
}
}
//-->
</script>
<p>Search Scroller Content</p>
<?
/*---------------------------------------------------------------------------------
THE FOLLOWING ALLOWS GLOBALS = OFF SUPPORT
---------------------------------------------------------------------------------*/
// $_GET VARIABLES
foreach($_GET as $a=>$b){$$a=$b;}
// $_POST VARIABLES
foreach($_POST as $a=>$b){$$a=$b;}
/*---------------------------------------------------------------------------------
END GLOBALS OFF SUPPORT
---------------------------------------------------------------------------------*/
$sql_debug_mode=0;
error_reporting(E_WARNING|E_PARSE);
//SET THESE VARIABLES TO CUSTOMIZE YOUR PAGE
$thispage = $SCRIPT_NAME; //SET THIS TO THE NAME OF THIS FILE
$pagevars = ""; //INSERT ANY "GET" VARIABLES HERE...
$allowedit = "yes"; //SET TO "no" IF YOU WANT TO DISABLE EDITING
$allowaddnew = "yes"; // SET TO "no" IF YOU WANT TO DISABLE NEW RECORDS
$allowview = "yes"; //SET TO "no" IF YOU WANT TO DISABLE VIEWING RECORDS
$allowdelete = "yes"; //SET TO "no" IF YOU WANT TO DISABLE DELETING RECORDS
$addl_select_crit = ""; //ADDL CRITERIA FOR SQL STATEMENTS (ADD/UPD/DEL).
$addl_update_crit = ""; //ADDITIONAL CRITERIA FOR UPDATE STATEMENTS.
$addl_insert_crit = ""; //ADDITIONAL CRITERIA FOR INSERT STATEMENTS.
$addl_insert_values = ""; //ADDITIONAL VALUES FOR INSERT STATEMENTS.
if (get_magic_quotes_gpc()) { $addslash="no"; } //AUTO-ADD SLASHES IF MAGIC QUOTES IS OFF
?>
<form method="POST" action="<?php echo $thispage; ?>?location=1&search_sc">
<p><B>Find:</B> <input type="text" CLASS='TXT_BOX' name="searchcrit" size="20" value="<? echo $searchcrit; ?>">
<INPUT CLASS="BUTTON" TYPE="SUBMIT" VALUE="Search!" NAME="B1"></P>
</form>
<?
if ($search == "") {
$pagenorecords = 10; //THIS IS THE PAGE SIZE
//IF NO PAGE
if ($page == 0) {
$myrecstart = 0;
} else {
$myrecstart = ($page * $pagenorecords);
}
if ($searchcrit == "") {
$flag = "all";
$sql = "SELECT * FROM sc_info";
$sqlcount = "select count(*) as reccount from sc_info";
} else {
//IF THEY TYPED SEARCH WORDS
$sqlcount = "select count(*) as reccount from sc_info WHERE (";
$sql = "SELECT * FROM sc_info WHERE (";
$sqlwhere = "
id like '%$searchcrit%' OR
sc_header like '%$searchcrit%' OR
sc_main_text like '%$searchcrit%'
"; //FINISH SQL STRING
} //END IF SEARCHCRIT = "";
if ($flag == "all") {
$sql = $sql . " WHERE (1=1) $addl_select_crit LIMIT $myrecstart, $pagenorecords";
$sqlcount = $sqlcount . " WHERE (1=1) $addl_select_crit LIMIT $myrecstart, $pagenorecords";
} else {
$sqlcount = $sqlcount . $sqlwhere . ") $addl_select_crit LIMIT $myrecstart, $pagenorecords";
$sql = $sql . $sqlwhere . ") $addl_select_crit LIMIT $myrecstart, $pagenorecords";
}
//SET PAGE
if ($page == 0) {
$page = 1;
} else {
$page = ($page + 1);
}
if ($reccount == 0)
{
//$resultcount = (mysql_query($sqlcount )) OR DIE (ThrowError($err_type,$err_descr););
$resultcount = (mysql_query($sqlcount )) OR DIE;
if ($myrowcount = mysql_fetch_array($resultcount))
{
$reccount = $myrowcount["reccount"];
} //IF RECCOUNT = 0
}//end if reccount
echo "<DIV CLASS='td2'>$reccount Records Found</DIV>";
echo "<DIV CLASS='td2'>Page $page</DIV>";
{
?>
<HR>
<?php
} //IF NEWPAGE != -1
//EXECUTE OUR SQL STRING FOR THE TABLE RECORDS
$result = mysql_query($sql );
if ($myrowsel = mysql_fetch_array($result)) {
$id = $myrowsel["id"];
echo '<TABLE WIDTH="100%" style="border: 1 solid #414141" cellspacing="1" cellpadding="1" bgcolor="#FFFFFF">';
echo " <TR>";
echo " <TD CLASS='TBL_COL_HDR' width='60%' height='25'><b>Scroller/Header Title</b></TD>";
echo " <TD align='center' CLASS='TBL_COL_HDR' width='10%' height='25'><b>Preview</b></TD>";
echo " <TD align='center' CLASS='TBL_COL_HDR' width='10%' height='25'><b>Code</b></TD>";
echo " <TD align='center' CLASS='TBL_COL_HDR' width='10%' height='25'><b>Edit</b></TD>";
echo " <TD align='center' CLASS='TBL_COL_HDR' width='10%' height='25'><b>Delete</b></TD>"; echo "
</TR>";
do
{
//FORMAT THE OUTPUT OF THE SEARCH
$id = $myrowsel["id"];
$sc_header = $myrowsel["sc_header"];
$sc2_link = substr("http://".$_SERVER['HTTP_HOST'].$php_self,0,-18);
$sc2_link .= "sc.php?sc_id=".$id;
$sc3_link = substr("http://".$_SERVER['HTTP_HOST'].$php_self,0,-18);
$sc3_link .= "sc_js.php?sc_id=".$id;
//SWITCH ROW COLORS
switch ($shade)
{
case "TBL_ROW_DATA_LIGHT":
$shade = "TBL_ROW_DATA_DRK";
break;
case "TBL_ROW_DATA_DRK":
$shade = "TBL_ROW_DATA_LIGHT";
break;
default:
$shade = "TBL_ROW_DATA_DRK";
break;
}//end switch shade
echo "<TR>";
?>
<TD CLASS='<?php echo $shade; ?>' width='60%' height='25'>
<?php echo $sc_header; ?>
</TD>
<TD CLASS='<?php echo $shade; ?>' align='center' width='10%' height='25'>
<a href="<?=$php_self.'?preview_current_sc='.$id?>" onClick="window.open('<?=$php_self.'?preview_current_sc='.$id?>', 'window_name', 'height=475,width=750,resizable=yes,scrollbars=1'); return false" title="Preview Scroller">Preview</a>
</TD>
<TD CLASS='<?php echo $shade; ?>' align='center' width='10%' height='25'>
<font style="color:#0000FF; cursor: hand;" onclick="document.all.d<?=$id?>.style.display= document.all.d<?=$id?>.style.display=='none' ? '' : 'none'" title="Scroller Code">Get Code</font>
</TD>
<TD CLASS='<?php echo $shade; ?>' align='center' width='10%' height='25'>
<a href="<?=$php_self.'?edit_current_sc='.$id?>" title="Edit Scroller">Edit</a>
</TD>
<TD CLASS='<?php echo $shade; ?>' align='center' width='10%' height='25'>
<a href="javascript:confirmation(<? echo $id.",'{$sc_header}'";?>)" title="Delete Scroller">Delete</a>
</TD>
</tr>
<!-- Begin Get Code -->
<tr>
<td id='d<?=$id?>' style='display:none' align='center' colspan='5'>
<br>
<table width="85%">
<tr>
<td class="td4" align="center" width="100%">
<p align="left"><font color="#FFFFFF">[Javascript] - To Use Javascript code copy and paste the code
below into your pages</font></p>
</td>
<td class="td4" width="5">
<p align="center"><a href="<?=$php_self.'?sc_java'?>" onClick="window.open('<?=$php_self.'?sc_java'?>', 'window_name', 'height=100,width=600,resizable=yes,scrollbars=0,top=200,left=25'); return false" title="Javascript Code Help"><font color="#FFFFFF">(?)</a></font></p>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<p align="center">
<textarea class="textarea1" style="width:100%" rows="3" cols="20"><? echo '<script src="'.$sc3_link.'" language="JavaScript"></script>'; ?></textarea>
</p>
</td>
</tr>
<tr>
<td align="center" colspan="2" height="15">
</td>
</tr>
<tr>
<td class="td4" align="center" width="100%">
<p align="left"><font color="#FFFFFF">[PHP Include] - To Use PHP Include code copy and paste the code
below into pages</font></p>
</td>
<td class="td4" width="5">
<p align="center"><a href="<?=$php_self.'?sc_include'?>" onClick="window.open('<?=$php_self.'?sc_include'?>', 'window_name', 'height=305,width=600,resizable=yes,scrollbars=0,top=200,left=25'); return false" title="PHP Include Help"><font color="#FFFFFF">(?)</font></a></p>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<p align="center">
<textarea class="textarea1" style="width:100%" rows="3" cols="20"><? echo '<?php include("'.$sc2_link.'");?>';?></textarea>
</p>
</td>
</tr>
</table>
<hr noshade size="1" color="#000000">
<!-- End Get Code -->
<?
} while ($myrowsel = mysql_fetch_array($result));
echo "</TABLE><hr>";
/*----------------------------------------------------------------
PAGING LINK - THIS IS USED FOR NEXT/PREVIOUS X RECORDS
----------------------------------------------------------------*/
if ($reccount > 10) {
//IF THERE ARE MORE THAN 10 RECORDS PAGING
$ttlpages = ($reccount / 10);
if ($page < $ttlpages) {
?>
<A HREF="<?php echo $thispage; ?>?location=1&search_sc&page=<?php echo $page; ?>&reccount=<?php echo $reccount; ?>&searchcrit=<?php echo $searchcrit; ?>&<?php echo $pagevars; ?>">Next <?php echo $pagenorecords; ?> Records >></a>
<?php
} //END IF AT LAST PAGE
} //END IF RECCOUNT > 10
//PREVIOUS RECORDS LINK
if ($page > 0) {
$newpage = $page - 2;
}
if ($newpage != -1) {
?>
<A HREF="<?php echo $thispage; ?>?location=1&search_sc&page=<?php echo $newpage; ?>&reccount=<?php echo $reccount; ?>&searchcrit=<?php echo $searchcrit; ?>&<?php echo $pagevars; ?>"><< Previous <?php echo $pagenorecords; ?> Records</a>
<br><br>
<?php
} //IF NEWPAGE != -1
} //END PROC == ""
} //END IF SEARCH
/*---------------------------------------------------------------------------------
END OF SEARCH OPTIONS
---------------------------------------------------------------------------------*/
?>
<?
}
if(isset($_GET['make_new_sc'])){
?>
<script type="text/javascript">
WYSIWYG.attach('textarea1'); // default setup
</script>
<script type="text/javascript" src="jscolor/jscolor.js"></script>
<form action="<?=$php_self?>?edit_sc" method="post" name="main_client">
<h2>Create A New Scroller</h2>
<hr noshade size="1" color="#000000">
<table class="td2" border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td width="100%">
<div align="center">
<table border="0" cellpadding="4" cellspacing="0" width="45%">
<tr>
<td class="td6" align="center" background="../images/button.jpg" width="50%">
<a href="<?=$php_self.'?make_new_adv'?>"><font color="#000000">Switch to Advanced</font></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<hr noshade size="1" color="#000000">
<p class="error"><?=$error_message?></p>
<table border="0" cellspacing="3" cellpadding="2" class="table">
<tr>
<td class="td3" colspan="2" align="center"><b>Scroller/Header Title</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Scroller/Header Title Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td colspan="2" align="center"><input name="sc_header" type="text" size="40"></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td class="td3" colspan="2" align="center"><b>Scroll Box Information</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#02";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#02";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Scroll Box Information Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right">Scroll Direction : <select name="sc_direction">
<option value="up">Up
<option value="down">Down
<option value="left">Left
<option value="right">Right
</select>
</td>
<td align="left"> Scroll Speed : <select name="sc_speed">
<option value="1">1
<option value="2">2
<option value="3">3
<option value="4">4
<option value="5">5
<option value="6">6
<option value="7">7
<option value="8">8
<option value="9">9
<option value="10">10
</select>
</td>
</tr>
<tr>
<td align="right">Main Page BG-color : </td>
<td><input id="setcolor01" class="color {hash:true}" name="sc_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor01').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor01').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor01').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<textarea id="textarea1" name="sc_main_text" style="width:100%;height:250px;" rows="1"></textarea></td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Hyperlink Style</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#03";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#03";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Hyperlink Style Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="al_font_font">
<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif">Times New Roman, Times, serif
<option value="Courier New, Courier, mono">Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif">Georgia, "Times New Roman", Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif">Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif">Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px):</font> </td>
<td><input name="al_font_size" type="text" value="12"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="al_font_style">
<option value="normal">normal
<option value="italic">italic
<option value="oblique">oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="al_font_width">
<option value="normal">normal
<option value="bold">bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor02" class="color {hash:true}" name="al_font_color" type="text" value="#0000FF">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor02').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor02').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor02').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="al_font_decor">
<option value="none">none
<option value="underline">underline
<option value="overline">overline
<option value="line-through">line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Hyperlink (hover) Style</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#04";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#04";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Hyperlink (hover) Style Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="ah_font_font">
<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif">Times New Roman, Times, serif
<option value="Courier New, Courier, mono">Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif">Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif">Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif">Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px):</font> </td>
<td><input name="ah_font_size" type="text" value="12"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="ah_font_style">
<option value="normal">normal
<option value="italic">italic
<option value="oblique">oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="ah_font_width">
<option value="normal">normal
<option value="bold">bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor03" class="color {hash:true}" name="ah_font_color" type="text" value="#0000FF">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor03').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor03').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor03').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="ah_font_decor">
<option value="none">none
<option value="underline">underline
<option value="overline">overline
<option value="line-through">line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Main Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#05";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#05";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Main Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Width (px):</font> </td>
<td><input name="ms_main_width" type="text" value="250"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor04" class="color {hash:true}" name="ms_br_color" type="text" value="#000000">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor04').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor04').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor04').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input name="ms_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="ms_br_style">
<option value="solid">solid
<option value="dotted">dotted
<option value="dashed">dashed
<option value="double">double
<option value="groove">groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor05" class="color {hash:true}" name="ms_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor05').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor05').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor05').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Header Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#06";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#06";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Header Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Height (px):</font> </td>
<td><input name="hs_main_height" type="text" value="50"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor06" class="color {hash:true}" name="hs_br_color" type="text" value="#000000">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor06').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor06').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor06').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input name="hs_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="hs_br_style">
<option value="solid">solid
<option value="dotted">dotted
<option value="dashed">dashed
<option value="double">double
<option value="groove">groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor07" class="color {hash:true}" name="hs_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor07').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor07').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor07').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="hs_font_font">
<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif">Times New Roman, Times, serif
<option value="Courier New, Courier, mono">Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif">Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif">Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif">Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px):</font> </td>
<td><input name="hs_font_size" type="text" value="12"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="hs_font_style">
<option value="normal">normal
<option value="italic">italic
<option value="oblique">oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="hs_font_width">
<option value="normal">normal
<option value="bold">bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor08" class="color {hash:true}" name="hs_font_color" type="text" value="#000000">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor08').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor08').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor08').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="hs_font_decor">
<option value="none">none
<option value="underline">underline
<option value="overline">overline
<option value="line-through">line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Bottom Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#07";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#07";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Bottom Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Height (px):</font> </td>
<td><input name="bs_main_height" type="text" value="105"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor09" class="color {hash:true}" name="bs_br_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor09').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor09').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor09').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input name="bs_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="bs_br_style">
<option value="solid">solid
<option value="dotted">dotted
<option value="dashed">dashed
<option value="double">double
<option value="groove">groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor10" class="color {hash:true}" name="bs_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor10').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor10').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor10').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="bs_font_font">
<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif">Times New Roman, Times, serif
<option value="Courier New, Courier, mono">"Courier New", Courier, mono
<option value="Georgia, Times New Roman, Times, serif">Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif">Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif">Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px):</font> </td>
<td><input name="bs_font_size" type="text" value="12"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="bs_font_style">
<option value="normal">normal <option value="italic">italic
<option value="oblique">oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="bs_font_width">
<option value="normal">normal
<option value="bold">bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor11" class="color {hash:true}" name="bs_font_color" type="text" value="#000000">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor11').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor11').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor11').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="bs_font_decor">
<option value="none">none
<option value="underline">underline
<option value="overline">overline
<option value="line-through">line-through
</select><br><br>
</td>
</tr>
<tr>
<td colspan="2" align="center"><input name="new_sc" type="submit" value="Create New Scroller" class="form"></td>
</tr>
</table>
<?
}
if(isset($_GET['make_new_adv'])){
?>
<script type="text/javascript" src="jscolor/jscolor.js"></script>
<form action="<?=$php_self?>?edit_sc" method="post" name="main_client">
<h2>Create A New Scroller Advanced</h2>
<hr noshade size="1" color="#000000">
<table class="td2" border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td width="100%">
<div align="center">
<table border="0" cellpadding="4" cellspacing="0" width="45%">
<tr>
<td class="td6" align="center" background="../images/button.jpg" width="50%">
<a href="<?=$php_self.'?make_new_sc'?>"><font color="#000000">Switch to Basic (html editor)</font></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<hr noshade size="1" color="#000000">
<p class="error"><?=$error_message?></p>
<table border="0" cellspacing="3" cellpadding="2" class="table">
<tr>
<td class="td3" colspan="2" align="center"><b>Scroller/Header Title</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Scroller/Header Title Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td colspan="2" align="center"><input name="sc_header" type="text" size="40"></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td class="td3" colspan="2" align="center"><b>Scroll Box Information</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#02";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#02";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Scroll Box Information Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right">Scroll Direction : <select name="sc_direction">
<option value="up">Up
<option value="down">Down
<option value="left">Left
<option value="right">Right
</select>
</td>
<td align="left"> Scroll Speed : <select name="sc_speed">
<option value="1">1
<option value="2">2
<option value="3">3
<option value="4">4
<option value="5">5
<option value="6">6
<option value="7">7
<option value="8">8
<option value="9">9
<option value="10">10
</select>
</td>
</tr>
<tr>
<td align="right">Main Page BG-color : </td>
<td><input id="setcolor12" class="color {hash:true}" name="sc_bg_color" type="text" value="#FFFFFF">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor12').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor12').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor12').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<textarea name="sc_main_text" cols="75" rows="15"></textarea></td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Hyperlink Style</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#03";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#03";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Hyperlink Style Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="al_font_font">
<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif">Times New Roman, Times, serif
<option value="Courier New, Courier, mono">Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif">Georgia, "Times New Roman", Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif">Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif">Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px):</font> </td>
<td><input name="al_font_size" type="text" value="12"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="al_font_style">
<option value="normal">normal
<option value="italic">italic
<option value="oblique">oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="al_font_width">
<option value="normal">normal
<option value="bold">bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor13" class="color {hash:true}" name="al_font_color" type="text" value="#0000FF">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor13').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor13').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor13').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="al_font_decor">
<option value="none">none
<option value="underline">underline
<option value="overline">overline
<option value="line-through">line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Hyperlink (hover) Style</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#04";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#04";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Hyperlink (hover) Style Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="ah_font_font">
<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif">Times New Roman, Times, serif
<option value="Courier New, Courier, mono">Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif">Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif">Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif">Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px):</font> </td>
<td><input name="ah_font_size" type="text" value="12"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="ah_font_style">
<option value="normal">normal
<option value="italic">italic
<option value="oblique">oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="ah_font_width">
<option value="normal">normal
<option value="bold">bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor14" class="color {hash:true}" name="ah_font_color" type="text" value="#0000FF">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor14').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor14').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor14').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="ah_font_decor">
<option value="none">none
<option value="underline">underline
<option value="overline">overline
<option value="line-through">line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Main Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#05";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#05";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Main Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Width (px):</font> </td>
<td><input name="ms_main_width" type="text" value="250"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor15" class="color {hash:true}" name="ms_br_color" type="text" value="#000000">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor15').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor15').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor15').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input name="ms_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="ms_br_style">
<option value="solid">solid
<option value="dotted">dotted
<option value="dashed">dashed
<option value="double">double
<option value="groove">groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor16" class="color {hash:true}" name="ms_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor16').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor16').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor16').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Header Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#06";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#06";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Header Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Height (px):</font> </td>
<td><input name="hs_main_height" type="text" value="50"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor17" class="color {hash:true}" name="hs_br_color" type="text" value="#000000">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor17').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor17').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor17').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input name="hs_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="hs_br_style">
<option value="solid">solid
<option value="dotted">dotted
<option value="dashed">dashed
<option value="double">double
<option value="groove">groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor18" class="color {hash:true}" name="hs_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor18').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor18').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor18').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="hs_font_font">
<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif">Times New Roman, Times, serif
<option value="Courier New, Courier, mono">Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif">Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif">Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif">Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px):</font> </td>
<td><input name="hs_font_size" type="text" value="12"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="hs_font_style">
<option value="normal">normal
<option value="italic">italic
<option value="oblique">oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="hs_font_width">
<option value="normal">normal
<option value="bold">bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor19" class="color {hash:true}" name="hs_font_color" type="text" value="#000000">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor19').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor19').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor19').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="hs_font_decor">
<option value="none">none
<option value="underline">underline
<option value="overline">overline
<option value="line-through">line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Bottom Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#07";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#07";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Bottom Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Height (px):</font> </td>
<td><input name="bs_main_height" type="text" value="105"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor20" class="color {hash:true}" name="bs_br_color" type="text" value="#000000">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor20').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor20').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor20').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input name="bs_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="bs_br_style">
<option value="solid">solid
<option value="dotted">dotted
<option value="dashed">dashed
<option value="double">double
<option value="groove">groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor21" class="color {hash:true}" name="bs_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor21').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor21').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor21').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="bs_font_font">
<option value="Arial, Helvetica, sans-serif">Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif">Times New Roman, Times, serif
<option value="Courier New, Courier, mono">"Courier New", Courier, mono
<option value="Georgia, Times New Roman, Times, serif">Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif">Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif">Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px):</font> </td>
<td><input name="bs_font_size" type="text" value="12"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="bs_font_style">
<option value="normal">normal <option value="italic">italic
<option value="oblique">oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="bs_font_width">
<option value="normal">normal
<option value="bold">bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor22" class="color {hash:true}" name="bs_font_color" type="text" value="#000000">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor22').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor22').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor22').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="bs_font_decor">
<option value="none">none
<option value="underline">underline
<option value="overline">overline
<option value="line-through">line-through
</select><br><br>
</td>
</tr>
<tr>
<td colspan="2" align="center"><input name="new_sc" type="submit" value="Create New Scroller" class="form"></td>
</tr>
</table>
<?
}
if(isset($_GET['edit_sc'])){
$sqlcount = "select count(*) as reccount from sc_info";
?>
<?
$resultcount = (mysql_query($sqlcount )) OR DIE;
if ($myrowcount = mysql_fetch_array($resultcount))
{
$reccount = $myrowcount["reccount"];
} //IF RECCOUNT = 0
?>
<p class="td2">You have a Total of (<?php echo $reccount; ?>) Scrollers Created</p>
<table width="98%" style="border: 1 solid #414141" cellspacing="1" cellpadding="1" bgcolor="#FFFFFF">
<tr>
<td class="tbl_col_hdr" align="left" width="60%" height="25"><b>Scroller/Header Title</b></td>
<td class="tbl_col_hdr" align="center" width="10%" height="25"><b>Preview</b></td>
<td class="tbl_col_hdr" align="center" width="10%" height="25"><b>Code</b></td>
<td class="tbl_col_hdr" align="center" width="10%" height="25"><b>Edit</b></td>
<td class="tbl_col_hdr" align="center" width="10%" height="25"><b>Delete</b></td>
</tr>
<tr>
<td align="center" colspan="5">
</td>
</tr>
<?
$r = mysql_query("select id , sc_header from sc_info order by sc_header");
for($i=0;$i<mysql_num_rows($r);$i++){
$f = mysql_fetch_array($r);
$sc2_link = substr("http://".$_SERVER['HTTP_HOST'].$php_self,0,-18);
$sc2_link .= "sc.php?sc_id=".$f['id'];
$sc3_link = substr("http://".$_SERVER['HTTP_HOST'].$php_self,0,-18);
$sc3_link .= "sc_js.php?sc_id=".$f['id'];
//SWITCH ROW COLORS
switch ($shade)
{
case "TBL_ROW_DATA_LIGHT":
$shade = "TBL_ROW_DATA_DRK";
break;
case "TBL_ROW_DATA_DRK":
$shade = "TBL_ROW_DATA_LIGHT";
break;
default:
$shade = "TBL_ROW_DATA_DRK";
break;
}//end switch shade
?>
<tr>
<td class='<?php echo $shade; ?>' align="left" width="60%" height="25"> <?=$f['sc_header']?></td>
<td class='<?php echo $shade; ?>' align="center" width="10%" height="25"><a href="<?=$php_self.'?preview_current_sc='.$f['id']?>" onClick="window.open('<?=$php_self.'?preview_current_sc='.$f['id']?>', 'window_name', 'height=475,width=750,resizable=yes,scrollbars=1'); return false" title="Preview Scroller">Preview</a></td>
<td class='<?php echo $shade; ?>' align="center" width="10%" height="25">
<font style="color:#0000FF; cursor: hand;" onclick="document.all.d<?=$f['id']?>.style.display= document.all.d<?=$f['id']?>.style.display=='none' ? '' : 'none'" title="Scroller Code">Get Code</font>
</td>
<td class='<?php echo $shade; ?>' align="center" width="10%" height="25"><a href="<?=$php_self.'?edit_current_sc='.$f['id']?>" title="Edit Scroller">Edit</a></td>
<td class='<?php echo $shade; ?>' align="center" width="10%" height="25">
<a href="javascript:confirmation(<? echo $f['id'].",'{$f['sc_header']}'";?>)" title="Delete Scroller">Delete</a></td>
</tr>
<!-- Begin Get Code -->
<tr>
<td id="d<?=$f['id']?>" style="display:none" align="center" colspan="5">
<br>
<table width="85%">
<tr>
<td class="td4" align="center" width="100%">
<p align="left"><font color="#FFFFFF">To Use Javascript code copy and paste the code
below into your pages</font></p>
</td>
<td class="td4" width="5">
<p align="center"><a href="<?=$php_self.'?sc_java'?>" onClick="window.open('<?=$php_self.'?sc_java'?>', 'window_name', 'height=100,width=600,resizable=yes,scrollbars=0,top=200,left=25'); return false" title="Javascript Code Help"><font color="#FFFFFF">(?)</font></a></p>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<p align="center">
<textarea class="textarea1" style="width:100%" rows="3" cols="20"><? echo '<script src="'.$sc3_link.'" language="JavaScript"></script>'; ?></textarea>
</p>
</td>
</tr>
<tr>
<td align="center" colspan="2" height="15">
</td>
</tr>
<tr>
<td class="td4" align="center" width="100%">
<p align="left"><font color="#FFFFFF">To Use PHP Include code copy and paste the code
below into pages</font></p>
</td>
<td class="td4" width="5">
<p align="center"><a href="<?=$php_self.'?sc_include'?>" onClick="window.open('<?=$php_self.'?sc_include'?>', 'window_name', 'height=305,width=600,resizable=yes,scrollbars=0,top=200,left=25'); return false" title="PHP Include Help"><font color="#FFFFFF">(?)</font></a></p>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<p align="center">
<textarea class="textarea1" style="width:100%" rows="3" cols="20"><? echo '<?php include("'.$sc2_link.'");?>';?></textarea>
</p>
</td>
</tr>
</table>
<hr noshade size="1" color="#000000">
</td>
</tr>
<!-- End Get Code -->
<tr>
<td align="center" colspan="6">
</td>
</tr>
<?
}
?>
</table>
<?
}
if(isset($_GET['edit_current_sc'])){
$r = mysql_query("select * from sc_info where id = '".$_GET['edit_current_sc']."'");
$f = mysql_fetch_array($r);
$sc2_link = substr("http://".$_SERVER['HTTP_HOST'].$php_self,0,-18);
$sc2_link .= "sc_js.php?sc_id=".$f['id'];
?>
<script type="text/javascript">
WYSIWYG.attach('textarea1'); // default setup
</script>
<script type="text/javascript" src="jscolor/jscolor.js"></script>
<table width="100%" border="0" cellspacing="3" cellpadding="2" class="table">
<tr>
<td align="center">
<form action="<?=$php_self.'?edit_sc='.$f['id']?>" method="post" name="main_client">
<h3>Editing Scroller<br>(<font color="#FF0000"><?=$f['sc_header'];?></font>)</h3>
<hr noshade size="1" color="#000000">
<table class="td2" border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td width="100%">
<div align="center">
<table border="0" cellpadding="4" cellspacing="0" width="45%">
<tr>
<td class="td6" align="center" background="../images/button.jpg" width="50%">
<a href="<?=$php_self.'?edit_current_adv='.$f['id']?>"><font color="#000000">Switch to Advanced</font></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<hr noshade size="1" color="#000000">
<p class="error"><?=$error_message?></p>
<table border="0" cellspacing="3" cellpadding="2" class="table">
<tr>
<td class="td3" colspan="2" align="center"><b>Scroller/Header Title</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#01";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#01";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Scroller/Header Title Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td colspan="2" align="center"><input value="<?=$f['sc_header']?>" name="sc_header" type="text" size="40"></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td class="td3" colspan="2" align="center"><b>Scroll Box Information</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#02";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#02";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Scroll Box Information Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right">Scroll Direction : <select name="sc_direction">
<option value="up" <? if($f["sc_direction"]=="up") echo 'selected="true"';?>>Up
<option value="down" <? if($f["sc_direction"]=="down") echo 'selected="true"';?>>Down
<option value="left" <? if($f["sc_direction"]=="left") echo 'selected="true"';?>>Left
<option value="right" <? if($f["sc_direction"]=="right") echo 'selected="true"';?>>Right
</select>
</td>
<td align="left"> Scroll Speed : <select name="sc_speed">
<option value="1" <? if($f["sc_speed"]=="1") echo 'selected="true"';?>>1
<option value="2" <? if($f["sc_speed"]=="2") echo 'selected="true"';?>>2
<option value="3" <? if($f["sc_speed"]=="3") echo 'selected="true"';?>>3
<option value="4" <? if($f["sc_speed"]=="4") echo 'selected="true"';?>>4
<option value="5" <? if($f["sc_speed"]=="5") echo 'selected="true"';?>>5
<option value="6" <? if($f["sc_speed"]=="6") echo 'selected="true"';?>>6
<option value="7" <? if($f["sc_speed"]=="7") echo 'selected="true"';?>>7
<option value="8" <? if($f["sc_speed"]=="8") echo 'selected="true"';?>>8
<option value="9" <? if($f["sc_speed"]=="9") echo 'selected="true"';?>>9
<option value="10" <? if($f["sc_speed"]=="10") echo 'selected="true"';?>>10
</select>
</td>
</tr>
<tr>
<td align="right">Main Page BG-color : </td>
<td><input id="setcolor23" class="color {hash:true}" value="<?=$f['sc_bg_color']?>" name="sc_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor23').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor23').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor23').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<!-- Textarea000 -->
<textarea id="textarea1" name="sc_main_text" style="width:100%;height:250px;" rows="1" cols="20"><?=$f['sc_main_text']?></textarea></td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Hyperlink Style</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#03";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#03";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Hyperlink Style Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="al_font_font">
<option value="Arial, Helvetica, sans-serif" <? if($f["al_font_font"]=="Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif" <? if($f["al_font_font"]=="Times New Roman, Times, serif") echo 'selected="true"';?>>Times New Roman, Times, serif
<option value="Courier New, Courier, mono" <? if($f["al_font_font"]=="Courier New, Courier, mono") echo 'selected="true"';?>>Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif" <? if($f["al_font_font"]=="Georgia, Times New Roman, Times, serif") echo 'selected="true"';?>>Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif" <? if($f["al_font_font"]=="Verdana, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif" <? if($f["al_font_font"]=="Geneva, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px): </font></td>
<td><input value="<?=$f['al_font_size']?>" name="al_font_size" type="text"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="al_font_style">
<option value="normal" <? if($f["al_font_style"]=="normal") echo 'selected="true"';?>>normal
<option value="italic" <? if($f["al_font_style"]=="italic") echo 'selected="true"';?>>italic
<option value="oblique" <? if($f["al_font_style"]=="oblique") echo 'selected="true"';?>>oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="al_font_width">
<option value="normal" <? if($f["al_font_width"]=="normal") echo 'selected="true"';?>>normal
<option value="bold" <? if($f["al_font_width"]=="bold") echo 'selected="true"';?>>bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor24" class="color {hash:true}" value="<?=$f['al_font_color']?>" name="al_font_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor24').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor24').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor24').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="al_font_decor">
<option value="none" <? if($f["al_font_decor"]=="none") echo 'selected="true"';?>>none
<option value="underline" <? if($f["al_font_decor"]=="underline") echo 'selected="true"';?>>underline
<option value="overline" <? if($f["al_font_decor"]=="overline") echo 'selected="true"';?>>overline
<option value="line-through" <? if($f["al_font_decor"]=="line-through") echo 'selected="true"';?>>line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Hyperlink (hover) Style</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#04";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#04";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Hyperlink (hover) Style Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="ah_font_font">
<option value="Arial, Helvetica, sans-serif" <? if($f["ah_font_font"]=="Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif" <? if($f["ah_font_font"]=="Times New Roman, Times, serif") echo 'selected="true"';?>>Times New Roman, Times, serif
<option value="Courier New, Courier, mono" <? if($f["ah_font_font"]=="Courier New, Courier, mono") echo 'selected="true"';?>>Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif" <? if($f["ah_font_font"]=="Georgia, Times New Roman, Times, serif") echo 'selected="true"';?>>Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif" <? if($f["ah_font_font"]=="Verdana, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif" <? if($f["ah_font_font"]=="Geneva, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px): </font></td>
<td><input value="<?=$f['ah_font_size']?>" name="ah_font_size" type="text"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="ah_font_style">
<option value="normal" <? if($f["ah_font_style"]=="normal") echo 'selected="true"';?>>normal
<option value="italic" <? if($f["ah_font_style"]=="italic") echo 'selected="true"';?>>italic
<option value="oblique" <? if($f["ah_font_style"]=="oblique") echo 'selected="true"';?>>oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="ah_font_width">
<option value="normal" <? if($f["ah_font_width"]=="normal") echo 'selected="true"';?>>normal
<option value="bold" <? if($f["ah_font_width"]=="bold") echo 'selected="true"';?>>bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor25" class="color {hash:true}" value="<?=$f['ah_font_color']?>" name="ah_font_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor25').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor25').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor25').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="ah_font_decor">
<option value="none" <? if($f["ah_font_decor"]=="none") echo 'selected="true"';?>>none
<option value="underline" <? if($f["ah_font_decor"]=="underline") echo 'selected="true"';?>>underline
<option value="overline" <? if($f["ah_font_decor"]=="overline") echo 'selected="true"';?>>overline
<option value="line-through" <? if($f["ah_font_decor"]=="line-through") echo 'selected="true"';?>>line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Main Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#05";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#05";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Main Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Width (px): </font></td>
<td><input value="<?=$f['ms_main_width']?>" name="ms_main_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor26" class="color {hash:true}" value="<?=$f['ms_br_color']?>" name="ms_br_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor26').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor26').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor26').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input value="<?=$f['ms_br_width']?>" name="ms_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="ms_br_style">
<option value="solid" <? if($f["ms_br_style"]=="solid") echo 'selected="true"';?>>solid
<option value="dotted" <? if($f["ms_br_style"]=="dotted") echo 'selected="true"';?>>dotted
<option value="dashed" <? if($f["ms_br_style"]=="dashed") echo 'selected="true"';?>>dashed
<option value="double" <? if($f["ms_br_style"]=="double") echo 'selected="true"';?>>double
<option value="groove" <? if($f["ms_br_style"]=="groove") echo 'selected="true"';?>>groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor27" class="color {hash:true}" value="<?=$f['ms_bg_color']?>" name="ms_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor27').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor27').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor27').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Header Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#06";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#06";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Header Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Height (px): </font></td>
<td><input value="<?=$f['hs_main_height']?>" name="hs_main_height" type="text"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor28" class="color {hash:true}" value="<?=$f['hs_br_color']?>" name="hs_br_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor28').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor28').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor28').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input value="<?=$f['hs_br_width']?>" name="hs_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="hs_br_style">
<option value="solid" <? if($f["hs_br_style"]=="solid") echo 'selected="true"';?>>solid
<option value="dotted" <? if($f["hs_br_style"]=="dotted") echo 'selected="true"';?>>dotted
<option value="dashed" <? if($f["hs_br_style"]=="dashed") echo 'selected="true"';?>>dashed
<option value="double" <? if($f["hs_br_style"]=="double") echo 'selected="true"';?>>double
<option value="groove" <? if($f["hs_br_style"]=="groove") echo 'selected="true"';?>>groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor29" class="color {hash:true}" value="<?=$f['hs_bg_color']?>" name="hs_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor29').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor29').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor29').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="hs_font_font">
<option value="Arial, Helvetica, sans-serif" <? if($f["hs_font_font"]=="Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif" <? if($f["hs_font_font"]=="Times New Roman, Times, serif") echo 'selected="true"';?>>Times New Roman, Times, serif
<option value="Courier New, Courier, mono" <? if($f["hs_font_font"]=="Courier New, Courier, mono") echo 'selected="true"';?>>Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif" <? if($f["hs_font_font"]=="Georgia, Times New Roman, Times, serif") echo 'selected="true"';?>>Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif" <? if($f["hs_font_font"]=="Verdana, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif" <? if($f["hs_font_font"]=="Geneva, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px): </font></td>
<td><input value="<?=$f['hs_font_size']?>" name="hs_font_size" type="text"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="hs_font_style">
<option value="normal" <? if($f["hs_font_style"]=="normal") echo 'selected="true"';?>>normal
<option value="italic" <? if($f["hs_font_style"]=="italic") echo 'selected="true"';?>>italic
<option value="oblique" <? if($f["hs_font_style"]=="oblique") echo 'selected="true"';?>>oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="hs_font_width">
<option value="normal" <? if($f["hs_font_width"]=="normal") echo 'selected="true"';?>>normal
<option value="bold" <? if($f["hs_font_width"]=="bold") echo 'selected="true"';?>>bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor30" class="color {hash:true}" value="<?=$f['hs_font_color']?>" name="hs_font_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor30').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor30').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor30').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="hs_font_decor">
<option value="none" <? if($f["hs_font_decor"]=="none") echo 'selected="true"';?>>none
<option value="underline" <? if($f["hs_font_decor"]=="underline") echo 'selected="true"';?>>underline
<option value="overline" <? if($f["hs_font_decor"]=="overline") echo 'selected="true"';?>>overline
<option value="line-through" <? if($f["hs_font_decor"]=="line-through") echo 'selected="true"';?>>line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Bottom Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#07";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#07";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Bottom Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Height (px): </font></td>
<td><input value="<?=$f['bs_main_height']?>" name="bs_main_height" type="text"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor31" class="color {hash:true}" value="<?=$f['bs_br_color']?>" name="bs_br_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor31').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor31').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor31').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input value="<?=$f['bs_br_width']?>" name="bs_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="bs_br_style">
<option value="solid" <? if($f["bs_br_style"]=="solid") echo 'selected="true"';?>>solid
<option value="dotted" <? if($f["bs_br_style"]=="dotted") echo 'selected="true"';?>>dotted
<option value="dashed" <? if($f["bs_br_style"]=="dashed") echo 'selected="true"';?>>dashed
<option value="double" <? if($f["bs_br_style"]=="double") echo 'selected="true"';?>>double
<option value="groove" <? if($f["bs_br_style"]=="groove") echo 'selected="true"';?>>groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor32" class="color {hash:true}" value="<?=$f['bs_bg_color']?>" name="bs_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor32').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor32').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor32').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="bs_font_font">
<option value="Arial, Helvetica, sans-serif" <? if($f["bs_font_font"]=="Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif" <? if($f["bs_font_font"]=="Times New Roman, Times, serif") echo 'selected="true"';?>>Times New Roman, Times, serif
<option value="Courier New, Courier, mono" <? if($f["bs_font_font"]=="Courier New, Courier, mono") echo 'selected="true"';?>>Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif" <? if($f["bs_font_font"]=="Georgia, Times New Roman, Times, serif") echo 'selected="true"';?>>Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif" <? if($f["bs_font_font"]=="Verdana, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif" <? if($f["bs_font_font"]=="Geneva, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px): </font></td>
<td><input value="<?=$f['bs_font_size']?>" name="bs_font_size" type="text"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="bs_font_style">
<option value="normal" <? if($f["bs_font_style"]=="normal") echo 'selected="true"';?>>normal
<option value="italic" <? if($f["bs_font_style"]=="italic") echo 'selected="true"';?>>italic
<option value="oblique" <? if($f["bs_font_style"]=="oblique") echo 'selected="true"';?>>oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="bs_font_width">
<option value="normal" <? if($f["bs_font_width"]=="normal") echo 'selected="true"';?>>normal
<option value="bold" <? if($f["bs_font_width"]=="bold") echo 'selected="true"';?>>bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor33" class="color {hash:true}" value="<?=$f['bs_font_color']?>" name="bs_font_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor33').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor33').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor33').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="bs_font_decor">
<option value="none" <? if($f["bs_font_decor"]=="none") echo 'selected="true"';?>>none
<option value="underline" <? if($f["bs_font_decor"]=="underline") echo 'selected="true"';?>>underline
<option value="overline" <? if($f["bs_font_decor"]=="overline") echo 'selected="true"';?>>overline
<option value="line-through" <? if($f["bs_font_decor"]=="line-through") echo 'selected="true"';?>>line-through
</select><br><br>
</td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td colspan="2" align="center"><input name="update_sc" type="submit" value="Update Scroller"></td>
</tr>
</table>
</td>
</tr>
</table>
<?
}
if(isset($_GET['edit_current_adv'])){
$r = mysql_query("select * from sc_info where id = '".$_GET['edit_current_adv']."'");
$f = mysql_fetch_array($r);
$sc2_link = substr("http://".$_SERVER['HTTP_HOST'].$php_self,0,-18);
$sc2_link .= "sc_js.php?sc_id=".$f['id'];
?>
<script type="text/javascript" src="jscolor/jscolor.js"></script>
<table width="100%" border="0" cellspacing="3" cellpadding="2" class="table">
<tr>
<td align="center">
<form action="<?=$php_self.'?edit_sc='.$f['id']?>" method="post" name="main_client">
<h3>Advanced Editing Scroller<br>(<font color="#FF0000"><?=$f['sc_header'];?></font>)</h3>
<hr noshade size="1" color="#000000">
<table class="td2" border="0" cellpadding="5" cellspacing="0" width="100%">
<tr>
<td width="100%">
<div align="center">
<table border="0" cellpadding="4" cellspacing="0" width="45%">
<tr>
<td class="td6" align="center" background="../images/button.jpg" width="50%">
<a href="<?=$php_self.'?edit_current_sc='.$f['id']?>"><font color="#000000">Switch to Basic (html editor)</font></a></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
<hr noshade size="1" color="#000000">
<p class="error"><?=$error_message?></p>
<table border="0" cellspacing="3" cellpadding="2" class="table">
<tr>
<td class="td3" colspan="2" align="center"><b>Scroller/Header Title</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#01";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#01";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Scroller/Header Title Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td colspan="2" align="center"><input value="<?=$f['sc_header']?>" name="sc_header" type="text" size="40"></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td class="td3" colspan="2" align="center"><b>Scroll Box Information</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#02";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#02";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Scroll Box Information Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right">Scroll Direction : <select name="sc_direction">
<option value="up" <? if($f["sc_direction"]=="up") echo 'selected="true"';?>>Up
<option value="down" <? if($f["sc_direction"]=="down") echo 'selected="true"';?>>Down
<option value="left" <? if($f["sc_direction"]=="left") echo 'selected="true"';?>>Left
<option value="right" <? if($f["sc_direction"]=="right") echo 'selected="true"';?>>Right
</select>
</td>
<td align="left"> Scroll Speed : <select name="sc_speed">
<option value="1" <? if($f["sc_speed"]=="1") echo 'selected="true"';?>>1
<option value="2" <? if($f["sc_speed"]=="2") echo 'selected="true"';?>>2
<option value="3" <? if($f["sc_speed"]=="3") echo 'selected="true"';?>>3
<option value="4" <? if($f["sc_speed"]=="4") echo 'selected="true"';?>>4
<option value="5" <? if($f["sc_speed"]=="5") echo 'selected="true"';?>>5
<option value="6" <? if($f["sc_speed"]=="6") echo 'selected="true"';?>>6
<option value="7" <? if($f["sc_speed"]=="7") echo 'selected="true"';?>>7
<option value="8" <? if($f["sc_speed"]=="8") echo 'selected="true"';?>>8
<option value="9" <? if($f["sc_speed"]=="9") echo 'selected="true"';?>>9
<option value="10" <? if($f["sc_speed"]=="10") echo 'selected="true"';?>>10
</select>
</td>
</tr>
<tr>
<td align="right">Main Page BG-color : </td>
<td><input id="setcolor34" class="color {hash:true}" value="<?=$f['sc_bg_color']?>" name="sc_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor34').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor34').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor34').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td colspan="2" align="center">
<textarea name="sc_main_text" cols="75" rows="15"><?=$f['sc_main_text']?></textarea></td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Hyperlink Style</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#03";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#03";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Hyperlink Style Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="al_font_font">
<option value="Arial, Helvetica, sans-serif" <? if($f["al_font_font"]=="Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif" <? if($f["al_font_font"]=="Times New Roman, Times, serif") echo 'selected="true"';?>>Times New Roman, Times, serif
<option value="Courier New, Courier, mono" <? if($f["al_font_font"]=="Courier New, Courier, mono") echo 'selected="true"';?>>Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif" <? if($f["al_font_font"]=="Georgia, Times New Roman, Times, serif") echo 'selected="true"';?>>Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif" <? if($f["al_font_font"]=="Verdana, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif" <? if($f["al_font_font"]=="Geneva, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px): </font></td>
<td><input value="<?=$f['al_font_size']?>" name="al_font_size" type="text"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="al_font_style">
<option value="normal" <? if($f["al_font_style"]=="normal") echo 'selected="true"';?>>normal
<option value="italic" <? if($f["al_font_style"]=="italic") echo 'selected="true"';?>>italic
<option value="oblique" <? if($f["al_font_style"]=="oblique") echo 'selected="true"';?>>oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="al_font_width">
<option value="normal" <? if($f["al_font_width"]=="normal") echo 'selected="true"';?>>normal
<option value="bold" <? if($f["al_font_width"]=="bold") echo 'selected="true"';?>>bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor35" class="color {hash:true}" value="<?=$f['al_font_color']?>" name="al_font_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor35').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor35').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor35').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="al_font_decor">
<option value="none" <? if($f["al_font_decor"]=="none") echo 'selected="true"';?>>none
<option value="underline" <? if($f["al_font_decor"]=="underline") echo 'selected="true"';?>>underline
<option value="overline" <? if($f["al_font_decor"]=="overline") echo 'selected="true"';?>>overline
<option value="line-through" <? if($f["al_font_decor"]=="line-through") echo 'selected="true"';?>>line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Hyperlink (hover) Style</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#04";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#04";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Hyperlink (hover) Style Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="ah_font_font">
<option value="Arial, Helvetica, sans-serif" <? if($f["ah_font_font"]=="Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif" <? if($f["ah_font_font"]=="Times New Roman, Times, serif") echo 'selected="true"';?>>Times New Roman, Times, serif
<option value="Courier New, Courier, mono" <? if($f["ah_font_font"]=="Courier New, Courier, mono") echo 'selected="true"';?>>Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif" <? if($f["ah_font_font"]=="Georgia, Times New Roman, Times, serif") echo 'selected="true"';?>>Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif" <? if($f["ah_font_font"]=="Verdana, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif" <? if($f["ah_font_font"]=="Geneva, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px): </font></td>
<td><input value="<?=$f['ah_font_size']?>" name="ah_font_size" type="text"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="ah_font_style">
<option value="normal" <? if($f["ah_font_style"]=="normal") echo 'selected="true"';?>>normal
<option value="italic" <? if($f["ah_font_style"]=="italic") echo 'selected="true"';?>>italic
<option value="oblique" <? if($f["ah_font_style"]=="oblique") echo 'selected="true"';?>>oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="ah_font_width">
<option value="normal" <? if($f["ah_font_width"]=="normal") echo 'selected="true"';?>>normal
<option value="bold" <? if($f["ah_font_width"]=="bold") echo 'selected="true"';?>>bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor36" class="color {hash:true}" value="<?=$f['ah_font_color']?>" name="ah_font_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor36').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor36').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor36').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="ah_font_decor">
<option value="none" <? if($f["ah_font_decor"]=="none") echo 'selected="true"';?>>none
<option value="underline" <? if($f["ah_font_decor"]=="underline") echo 'selected="true"';?>>underline
<option value="overline" <? if($f["ah_font_decor"]=="overline") echo 'selected="true"';?>>overline
<option value="line-through" <? if($f["ah_font_decor"]=="line-through") echo 'selected="true"';?>>line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Main Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#05";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#05";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Main Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Width (px): </font></td>
<td><input value="<?=$f['ms_main_width']?>" name="ms_main_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor37" class="color {hash:true}" value="<?=$f['ms_br_color']?>" name="ms_br_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor37').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor37').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor37').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input value="<?=$f['ms_br_width']?>" name="ms_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="ms_br_style">
<option value="solid" <? if($f["ms_br_style"]=="solid") echo 'selected="true"';?>>solid
<option value="dotted" <? if($f["ms_br_style"]=="dotted") echo 'selected="true"';?>>dotted
<option value="dashed" <? if($f["ms_br_style"]=="dashed") echo 'selected="true"';?>>dashed
<option value="double" <? if($f["ms_br_style"]=="double") echo 'selected="true"';?>>double
<option value="groove" <? if($f["ms_br_style"]=="groove") echo 'selected="true"';?>>groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor38" class="color {hash:true}" value="<?=$f['ms_bg_color']?>" name="ms_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor38').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor38').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor38').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Header Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#06";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#06";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Header Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Height (px): </font></td>
<td><input value="<?=$f['hs_main_height']?>" name="hs_main_height" type="text"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor39" class="color {hash:true}" value="<?=$f['hs_br_color']?>" name="hs_br_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor39').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor39').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor39').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input value="<?=$f['hs_br_width']?>" name="hs_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="hs_br_style">
<option value="solid" <? if($f["hs_br_style"]=="solid") echo 'selected="true"';?>>solid
<option value="dotted" <? if($f["hs_br_style"]=="dotted") echo 'selected="true"';?>>dotted
<option value="dashed" <? if($f["hs_br_style"]=="dashed") echo 'selected="true"';?>>dashed
<option value="double" <? if($f["hs_br_style"]=="double") echo 'selected="true"';?>>double
<option value="groove" <? if($f["hs_br_style"]=="groove") echo 'selected="true"';?>>groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor40" class="color {hash:true}" value="<?=$f['hs_bg_color']?>" name="hs_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor40').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor40').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor40').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="hs_font_font">
<option value="Arial, Helvetica, sans-serif" <? if($f["hs_font_font"]=="Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif" <? if($f["hs_font_font"]=="Times New Roman, Times, serif") echo 'selected="true"';?>>Times New Roman, Times, serif
<option value="Courier New, Courier, mono" <? if($f["hs_font_font"]=="Courier New, Courier, mono") echo 'selected="true"';?>>Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif" <? if($f["hs_font_font"]=="Georgia, Times New Roman, Times, serif") echo 'selected="true"';?>>Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif" <? if($f["hs_font_font"]=="Verdana, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif" <? if($f["hs_font_font"]=="Geneva, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px): </font></td>
<td><input value="<?=$f['hs_font_size']?>" name="hs_font_size" type="text"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="hs_font_style">
<option value="normal" <? if($f["hs_font_style"]=="normal") echo 'selected="true"';?>>normal
<option value="italic" <? if($f["hs_font_style"]=="italic") echo 'selected="true"';?>>italic
<option value="oblique" <? if($f["hs_font_style"]=="oblique") echo 'selected="true"';?>>oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="hs_font_width">
<option value="normal" <? if($f["hs_font_width"]=="normal") echo 'selected="true"';?>>normal
<option value="bold" <? if($f["hs_font_width"]=="bold") echo 'selected="true"';?>>bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor41" class="color {hash:true}" value="<?=$f['hs_font_color']?>" name="hs_font_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor41').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor41').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor41').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="hs_font_decor">
<option value="none" <? if($f["hs_font_decor"]=="none") echo 'selected="true"';?>>none
<option value="underline" <? if($f["hs_font_decor"]=="underline") echo 'selected="true"';?>>underline
<option value="overline" <? if($f["hs_font_decor"]=="overline") echo 'selected="true"';?>>overline
<option value="line-through" <? if($f["hs_font_decor"]=="line-through") echo 'selected="true"';?>>line-through
</select>
</td>
</tr>
<td colspan="2" align="center"> </td>
<tr>
<td class="td3" colspan="2" align="center"><b>Bottom Box Details</b></td>
<td class="td4" colspan="2" align="center"><a href="<? echo $_SERVER['PHP_SELF']."?help_sc#07";?>" onClick="window.open('<? echo $_SERVER['PHP_SELF']."?help_sc#07";?>', 'window_name', 'height=400,width=700,resizable=yes,scrollbars=1'); return false" title="Bottom Box Details Help"><font color="#FFFFFF">(?)</font></a></td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td align="right"><font color="#FF0000">Height (px): </font></td>
<td><input value="<?=$f['bs_main_height']?>" name="bs_main_height" type="text"></td>
</tr>
<tr>
<td align="right">Border-color : </td>
<td><input id="setcolor42" class="color {hash:true}" value="<?=$f['bs_br_color']?>" name="bs_br_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor42').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor42').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor42').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Border-width : </td>
<td><input value="<?=$f['bs_br_width']?>" name="bs_br_width" type="text"></td>
</tr>
<tr>
<td align="right">Border-style : </td>
<td>
<select name="bs_br_style">
<option value="solid" <? if($f["bs_br_style"]=="solid") echo 'selected="true"';?>>solid
<option value="dotted" <? if($f["bs_br_style"]=="dotted") echo 'selected="true"';?>>dotted
<option value="dashed" <? if($f["bs_br_style"]=="dashed") echo 'selected="true"';?>>dashed
<option value="double" <? if($f["bs_br_style"]=="double") echo 'selected="true"';?>>double
<option value="groove" <? if($f["bs_br_style"]=="groove") echo 'selected="true"';?>>groove
</select>
</td>
</tr>
<tr>
<td align="right">BG-color : </td>
<td><input id="setcolor43" class="color {hash:true}" value="<?=$f['bs_bg_color']?>" name="bs_bg_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor43').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor43').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor43').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right" width="50%">Font-family : </td>
<td width="50%"><select name="bs_font_font">
<option value="Arial, Helvetica, sans-serif" <? if($f["bs_font_font"]=="Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Arial, Helvetica, sans-serif
<option value="Times New Roman, Times, serif" <? if($f["bs_font_font"]=="Times New Roman, Times, serif") echo 'selected="true"';?>>Times New Roman, Times, serif
<option value="Courier New, Courier, mono" <? if($f["bs_font_font"]=="Courier New, Courier, mono") echo 'selected="true"';?>>Courier New, Courier, mono
<option value="Georgia, Times New Roman, Times, serif" <? if($f["bs_font_font"]=="Georgia, Times New Roman, Times, serif") echo 'selected="true"';?>>Georgia, Times New Roman, Times, serif
<option value="Verdana, Arial, Helvetica, sans-serif" <? if($f["bs_font_font"]=="Verdana, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Verdana, Arial, Helvetica, sans-serif
<option value="Geneva, Arial, Helvetica, sans-serif" <? if($f["bs_font_font"]=="Geneva, Arial, Helvetica, sans-serif") echo 'selected="true"';?>>Geneva, Arial, Helvetica, sans-serif
</select></td>
</tr>
<tr>
<td align="right"><font color="#FF0000">Font-size (px): </font></td>
<td><input value="<?=$f['bs_font_size']?>" name="bs_font_size" type="text"></td>
</tr>
<tr>
<td align="right">Font-style : </td>
<td>
<select name="bs_font_style">
<option value="normal" <? if($f["bs_font_style"]=="normal") echo 'selected="true"';?>>normal
<option value="italic" <? if($f["bs_font_style"]=="italic") echo 'selected="true"';?>>italic
<option value="oblique" <? if($f["bs_font_style"]=="oblique") echo 'selected="true"';?>>oblique
</select>
</td>
</tr>
<tr>
<td align="right">Font-weight : </td>
<td>
<select name="bs_font_width">
<option value="normal" <? if($f["bs_font_width"]=="normal") echo 'selected="true"';?>>normal
<option value="bold" <? if($f["bs_font_width"]=="bold") echo 'selected="true"';?>>bold
</select>
</td>
</tr>
<tr>
<td align="right">Font-color : </td>
<td><input id="setcolor44" class="color {hash:true}" value="<?=$f['bs_font_color']?>" name="bs_font_color" type="text">
<img src="images/blk.gif" value="Blk"
onclick="document.getElementById('setcolor44').color.fromString('#000000')" title="Black">
<img src="images/w.gif" value="w"
onclick="document.getElementById('setcolor44').color.fromString('#FFFFFF')" title="White">
<img src="images/blu.gif" value="Blu"
onclick="document.getElementById('setcolor44').color.fromString('#0000FF')" title="Blue">
</td>
</tr>
<tr>
<td align="right">Text-decoration : </td>
<td>
<select name="bs_font_decor">
<option value="none" <? if($f["bs_font_decor"]=="none") echo 'selected="true"';?>>none
<option value="underline" <? if($f["bs_font_decor"]=="underline") echo 'selected="true"';?>>underline
<option value="overline" <? if($f["bs_font_decor"]=="overline") echo 'selected="true"';?>>overline
<option value="line-through" <? if($f["bs_font_decor"]=="line-through") echo 'selected="true"';?>>line-through
</select><br><br>
</td>
</tr>
<td colspan="2" align="center"></td>
<tr>
<td colspan="2" align="center"><input name="update_sc" type="submit" value="Update Scroller"></td>
</tr>
</table>
</td>
</tr>
</table>
<?
}
?>
</center>
<?
}
else if($_SESSION["sc_location"] == 2){
?>
<center>
<h2>(Scroller Codes for Websites)</h2>
<p>Copy and Paste the Code(s) below to your website(s).<br>Paste the code in the location where you want the scroller to appear.</p>
<hr noshade size="1" color="#000000">
<?
$r = mysql_query("select * from sc_info order by sc_header");
for($i=0;$i<mysql_num_rows($r);$i++){
$f = mysql_fetch_array($r);
$sc2_link = substr("http://".$_SERVER['HTTP_HOST'].$php_self,0,-18);
$sc2_link .= "sc_js.php?sc_id=".$f['id'];
?>
<table width="300px" border="0" cellspacing="3" cellpadding="2" class="table">
<tr>
<td align="center"><b><?=$f['sc_header']?></b></td>
</tr>
<tr>
<td>
<textarea cols="80" rows="4"><? echo '<script src="'.$sc2_link.'" language="JavaScript"></script>'; ?></textarea>
</td>
<tr>
<td class="td4"><a href="<? echo $_SERVER['PHP_SELF']."?location=3";?>"><font color="#FFFFFF"> To Use Php Includes Click Here</font></a></td>
</td>
</tr>
</table>
<br /><hr noshade size="1" color="#000000"><br />
<?
}
?>
</center>
<?
}
else if($_SESSION["sc_location"] == 3){
?>
<center>
<h2>(Scroller Code Includes for Websites)</h2>
<p>Copy and Paste the Code(s) below to your website(s).<br>Paste the code in the location where you want the scroller to appear.</p>
<p class="td2"><font color="#FF0000">Note: Php Includes require .php file names.</font></p>
<hr noshade size="1" color="#000000">
<?
$r = mysql_query("select * from sc_info order by sc_header");
for($i=0;$i<mysql_num_rows($r);$i++){
$f = mysql_fetch_array($r);
$sc2_link = substr("http://".$_SERVER['HTTP_HOST'].$php_self,0,-18);
$sc2_link .= "sc.php?sc_id=".$f['id'];
?>
<table width="300px" border="0" cellspacing="3" cellpadding="2" class="table">
<tr>
<td align="center"><b><?=$f['sc_header']?></b></td>
</tr>
<tr>
<td>
<textarea cols="80" rows="4"><? echo '<?php include("'.$sc2_link.'");?>';?></textarea>
</td>
<tr>
<td class="td4"><a href="<? echo $_SERVER['PHP_SELF']."?location=2";?>"><font color="#FFFFFF"> To Use JavaScript Click Here</font></a></td>
</td>
</tr>
</table>
<br /><hr noshade size="1" color="#000000"><br />
<?
}
?>
</center>
<?
}
else if($_SESSION["sc_location"] == -2){
?>
<hr>
<p class="td2"><font color="#FF0000">Php includes require .php file names.</font><br>
<font style="color:#FF0000; cursor: hand;" onclick="document.all.d3.style.display= document.all.d3.style.display=='none' ? '' : 'none'" title="html includes">(To allow for includes using .html file names [<b>Click Here</b>] )</font></p>
<!--
<p id="d3" class="td2" style="display:none" align="center">
<b>Php 4 Servers</b> - Copy and Paste code below into your .htaccess file<br>
<textarea cols="60" rows="3">
#RemoveHandler .html .htm
#AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-php .html .htm</textarea><br><br>
<b>Php 5 Servers</b> - Copy and Paste code below into your .htaccess file<br>
<textarea cols="60" rows="3">
#RemoveHandler .html .htm
#AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-php5 .html .htm</textarea><br>
</p>
-->
<div id="d3" style="display:none" align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="614">
<tr>
<td>
<p align="left" class="td2">If you are wanting to use the Php Include code in your html files you will need to add the below code to an .htaccess file located in the same
directory as your html files. This will allow for your html files to read like php files so that the PHP Include code can work within your html files.</p>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" class="td2"><b>Php 4 Servers</b> - Copy and Paste code below into
your .htaccess file</td>
</tr>
</table>
</center>
</div>
<textarea class="textarea1" style="width:100%;" rows="3">#RemoveHandler .html .htm
#AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-php .html .htm .php</textarea>
<br>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" class="td2"><b>Php 5 Servers</b> - Copy and Paste code below into
your .htaccess file</td>
</tr>
</table>
</center>
</div>
<textarea class="textarea1" style="width:100%;" rows="3">#RemoveHandler .html .htm
#AddType application/x-httpd-php .php .htm .html
AddHandler application/x-httpd-php5 .html .htm .php</textarea>
<br>
</td>
</tr>
</table>
</center>
</div>
<hr>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<h3 align="center">Creating a Scroller</h3>
</td>
</tr>
</table>
</center>
</div>
<p align="center" class="td2">To Create, Preview, Edit or Delete Scrollers Click on the
"Scrollers" Button in the Top Menu and then<br>To Create a Scroller Click
on the "Create A New Scroller" Link.
<p align="center"><img border="0" src="../images/00-create.jpg" width="614" height="53">
</p>
<p align="center"><img border="0" src="../images/01-question.jpg" width="614" height="76">
</p>
<hr width="614" noshade size="1" color="#000000">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<h3 align="center">Creating a Scroller - Schematic</h3>
</td>
</tr>
</table>
</center>
</div>
<p align="center"><img border="0" src="../images/01a-switching.jpg" width="614" height="75"></p>
<p align="center"><img border="0" src="../images/02-header_title.jpg" width="614" height="79"></p>
<p align="center"><img border="0" src="../images/03-scroll_box_info.jpg" width="614" height="310"></p>
<p align="center"><img border="0" src="../images/03a-html-editor.jpg" width="614" height="310"></p>
<p align="center"><img border="0" src="../images/04-hyperlink.jpg" width="614" height="246"></p>
<p align="center"><img border="0" src="../images/05-hyperlink_hover.jpg" width="614" height="261"></p>
<p align="center"><img border="0" src="../images/06-main_box.jpg" width="614" height="303"></p>
<p align="center"><img border="0" src="../images/07-header_box.jpg" width="614" height="374"></p>
<p align="center"><img border="0" src="../images/08-bottom_box.jpg" width="614" height="381"></p>
<p align="center"> </p>
<?
}
else if($_SESSION["sc_location"] == -3){
?>
<!-- Location -3 -->
<?
}
else if($_SESSION["sc_location"] == -4){
?>
<?
}
else if($_SESSION["sc_location"] == -5){
?>
<!-- Location -5 -->
<?
}
?>
<br><br>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" class="copyright">
<p align="center">Version 3.0</p>
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</div>
</td>
<td valign="top" align="left" width="12" height="19" background="../images/SC_C5_R3.jpg"> </td>
</tr>
<tr>
<td valign="top" align="left" colspan="2" height="18"><img name="SC_C1_R5" src="../images/SC_C1_R5.jpg" border="0" alt=""></td>
<td valign="top" align="left" width="100%" height="18" background="../images/SC_C3_R5.jpg"></td>
<td valign="top" align="left" colspan="2" height="18"><img name="SC_C4_R5" src="../images/SC_C4_R5.jpg" border="0" alt=""></td>
</tr>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="50%" background="../images/SC_C3_R6.jpg"><img name="SC_C1_R6" src="../images/SC_C1_R6.jpg" width="21" height="31" border="0" alt=""></td>
</center>
<td width="50%" background="../images/SC_C3_R6.jpg">
<p align="right"><img name="SC_C4_R6" src="../images/SC_C4_R6.jpg" width="22" height="31" border="0" alt=""></td>
</tr>
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%" class="copyright"><br>
<p align="center"> COPYRIGHT <?php echo date("Y")?> <a class="copyright" href="http://www.teaginc.com" target="_blank"><font color="#0000FF"><u>TEAGINC</u></font></a> - <a class="copyright" href="http://www.brucehughbanks.com" target="_blank"><font color="#0000FF"><u>BRUCE HUGHBANKS</u></font></a>
<br>All Rights Reserved. Alteration or Reselling of this Software is Strictly Prohibited.<br>ScrollerControl is a Trademark of Hughbanks Int'L.</p>
</td>
</tr>
</table>
</div>
</table>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</body>
</html><?php
Did this file decode correctly?
Original Code
eval(gzinflate(base64_decode('FZrHkoPYlkV/pWevKhjgXXS8AcIjvIdJB94K77++yWlGSinde87eaylVHEn/T/U0Q9knW/FPmqwFgf1fXmRjXvzzHyE+pHS3I77zwThMc84hR8men9HMgMTNOGC2zeIw4ZOYfbb+eneZNWQLS74zm5sJkOU0X8RmbCC3qTCuMm
BfeIDveCVI9cq4Z0uSILklYey5JSVJwjFxpeWDXtLjnv721IL6CSf9G7ParmYI4NwXBGy/rtTruieLpE1U4kMA1RpKv0+6qWnaholgC3CZBMuw0MYKecnDJneW8Lmb0kGqHFef9V8X5VGggan8pxISJ5XQxlWaE25XSiSpHTMKiKAPckgiSX/NCX8UlBvt26rIlfhOeB
xW5PkRSvQ3q/HeuOfqmWq/rAaKx2TIObQArHHNDkG7jeOkCXbWUiNDV4U8fSmDCDGngSoumkT4wjeI5be48DbRT+RDBY9jQorFW+rfp8lmKESzzDKg4bQ8qr90firPytZ+IhE6B6JjtcIMdkMn3KkShXbaQ08F4kdwoeTXHrwfKz8UCY12cHlRqj09rb/a7zNFV0Lv6c
D2gC7RnaF0A4mO72+gJnt5YMCg7jkktXi1vETEGRGnsCWrArDHCj7tfFQV1OqShumJ4c+6dvsnfz6LTEXKB9p1sKfmZQ4HtQfnMe1ZcKnEfmo8mesrA7L8DMBhJQDyr8zk97PjSJX6cCva4c/+fnv0Dr4UOuyGQVpOhtl1ZHECjWFQe3WpU+wRDHWqnfl+u89TXpLaGO
Z83CpO2WYbpe5O+em3VvvELlqdd+ibc5G1I/Lp2eHnQ1z/0z9SS4fbdyUSPmhCpQtm2p0N3Hh4KNAqi8MJqyzdYqfZkGdUT1QgHrP6KaQ+CvHLk4VZjwtFYd4Vf3e8XqNVnDE8RqrO+lq9rCPL8+lCYLspJdCXm32AueXHtnH8A+WpQ1vw6MryGGOBnAR3JpgDsGTv4o
w9PZEwWB8a/ojJuGmtMHa9EW99OeZOsZo/9PN46Ef4LbMZZw/k8TuBB9lnXqRukttNQvujnE05xHwoKIFm8yN26OC9c7fwchy5dvLuOpTMk7cLxGNAmgJWmPr3mT8rJ1KIf1SqNsvylGZUdDat4hmlksE/OM7MPKuhb2MKFdRK4JMAfT7eY2wIAEL0Mdh8KYFhGduJUx
s61nv7rd8FHIq0E+8zITO55wYT0lcS2EfaqsO4mCAtMszRqVJm1ra09Dg7mMac9DW8o0bMWjJ9kNITPKFktwhT9jLybtEqMW0qkGhay3a8YoREctPvJuQ4B9TMWkZb1rimJU09LgPCZwQddTRSBxbQekIUIzwHlyiG9R3jg6+iL4YV7mqkLREuv4DzPZEBSM06fg3gPn
lcqTaWd++ojJVjcgGatjm79hhVPhkz80090wSHfTPHT4GSOWr4w7vrgVlQ6jWs6wBrjV23VhCBo9Fc9tnjpelMtoSdSrLiMe4dNCVQh2J1P4C1W1JzvG3dB+Tnb4ZB5uOgd0wWjTeQvB5AR16yJ87c9owVQyG0q4HFv5n/+pwEJIhvL7Tu+rb4WzBhnt069v3nmvH4Gb
U6BTWtgsHOTybDhrk48y/OBqN3SfsOSxHN/9hXpRN1qaswNaDQCn5bdOs2FGeyBJMq9fkw+i9Un2iXBsOb8zNzv3J4659Ove39q+uOm7kJ+2P0PrB3AXLPWZ2ECBU8gKzhIrKqY5S/nwY6XPNUH0L+LgLuzAuYSULS2TuUiaZSSTZqEbJEqsOgSB+i/6wJ4G1dOX2Min
bHSOMW6YxE/Sc0DlNre/5LKQXJyQ7xy1Hr2vAWwRXzgnGRlvlHctg4QAjf1mEaJ2kv8IMTpD/7kjzSIyJHj7QhI4ab6PIWQO+KK+o4lRvxES9jlWnqts6gVY/NPaVEzTPGSjuUqN1cAwAcp6O9ahoChXtt67F0SplDsu81ekedaraPJGLRtgaHXkka1RQHqrTyvH1GGz
s4V9d08WSCNylURLHuMO3mDyWzRCdHtDdy/cp5CmtLbXRAyg/knJ86URlIYOVyTNUgRWjAVmkwl4m5WjCrNl03NED4+84x6ovKt4xIYQI/apAhkWfCTZ70IHs6T7DKFUeSGQ2TYDashvkbK+zdzhQzH8SEBoaB476gZpYh4cCgauwd2LEWkZFbb7QmGkVJY/LpthkHHV
iDEHaFJSthPF5zaYZdosd2M/HIfbrAobzmkbXsrph1kYOpG+JcyKmSC3T71YRj0cnMp1VjBLL5g0Z2+ALKT0l+w4iKJ7IkPIvcHxMBzs1rVHxsaWr9phSpm0ejC9noLPgqcm24PVLdvTeRZvXJIuf5kkVhtZ/Sd9ILNaNaYwnAaJJ8+6Zm3R7xe9c9fP8eC4qedIntJ9
Z58FjXxSGET5eQBt8x3RwhZk5IrU7JAgicA1cjiSgz5B2lMVFOrIMyrPa43ROkcLv8tmt2tdyMaeYHqyebgQ8+g5vsSfyc/BwWYshAxSWfcrnU8/vgHicZ9SX6HiO9rQUDSwb++UCd823v2N/ZMfplOraJJkGpiXqDw7WGKtsRCBQYDCLfRkXil9RoKxQaPxPmFncoR5
cV5QdOaNdez/HyxLlIASw8T/fv0ZlEN8Y+N8UwhKZ01joAfElr+iLClerDWpsM5vOn0fSh7Yafp5JBKPPdh98kB5L8/vLZ8MvXcF7kcfDcs/v9ZSQlMtaHEpH73YRrE9sMAqYzBQYzgWeQgUqFdpPbQcfKrtvwcB2zgAjWEaLloDaVLxjFMi/QCewC+RaPn1sHCBi3iM
+NiRZVYYZPfUxAJ8c5qjQyxdeDQI12Z4HkFqA+aXh4qHhUiZ25gmUs8L1/XbVvBYzGESdMsx5zrugkwPdJlBZbzt9LJ4IZaDJCu4/79sALnzzmNXCj45eZKSs2ZUL+e2da/XyyaFPZcMKdjMonPJ1XgLLP3jteKtWjCPumG9blbDkCixr2WicPqwWpNUt3HLMrueWqyD
Bw+vGVYvkgyOmrnQhHg/cssrES14AxRbOKeqGSd3cAewHDrYAmykMBfYoheuPLTBUX52sM1nXV2rikk7nDMihQ2QPFHxOTJO0Gu6ZB1mq2XzeAB/Z8SmT/dCz1gWxLlkZzVK8kdKqTviSLSAdxQtNErDEmGVZ5xUzYZb9nYFaORvRYsLacv4i25tZtM/VkXCwIXTSSGp
XUqVG7svK+0skKGPROGnU9b4ZGiEPWcS2/DDBg//wB3grBUW0UpzDUvE4M0tbwF5bLX7HeYouA9d2M8KJFW2afbqQGkymcB1olL1NuyVmoyHlA/A4B5/ILhtb4kn9DOz/hV+996qIv6aKR7GLdrU4FiLRmGkPGh1RpD18a+I46knOYYiwxMTpjhHE+5DiB3zsKsECNxa
tJaR4eV1+d9kwcdOtoN9DZxbFOzhq6Os12joSl2WJCfiunk5eaYX6OmRUFgVErcg/JRss0VrMcht/iEkfk+VAH8r3lEo+ab5mf0UdlxUPgl7jYxARUdIzXGFLWcuUqMjpz0V8T/gr/WcjiG1mgr8oKgL5NGsZQKlsOJVF7N6S5RYmJWpTxigXFcRQXkzMwZ6GuHYseUP
Exx2ZWBNrZfWeK40aIpoHEdrFCgrJ1ns1PZZ31SXXk6PC0o6vf78QJyWPNgArwhdp8iw9TFiq4Mj5B/zBShHHcke7lRblPtk9OX7ukwDQdbzkte9r3910Nl9llypWgXtvdEONuzqanb7bAnNmMXYsB6ibBo5RWM71hu4oafIsFbf0cCWgK0z5BuX+BZUcDaWzxB31PiY
DSx7aPxiTMP/BrY+pRyBuCIRz3lm98GY1WMt4+raFFPR819qH75mbCPXnzmxxQ3yo7Kl8rqqLbC2nkk5g+1U5Fpw4TaAlB6GZBkVtoAXaU0ZtKHJUC2/BCcufhDBcjVUSfClN9TFZJjAEjwaaczDbgcWuBp9yvH+CHOfRtjwSBMLqpA0w+uuT5BuWntACC1hXLpSahky
6hNj76fI7pzsB67aw2idWyfDuOXk5Jg3w6gMxrG8x+P18T1PYDKd+L/AQwGOrOk42zJNRo4tu5gPPcGY1lMfURqWQCD7wQh+wb6wAooUR7P8hSWW6AB4jpjaYqNqa0A8S5E56cvlX+QEcwTP6sR+u88kjNCduSsLwHIlcME4f58ThocAL273XdiMrSVTecz75LuXoHh2
dBdvHy4qZXo/c6EqEHVdZsU1iY8fCtha+YzlfsOA1Cq00LVnnYpCGHNIEgDe+wPeyqJM1ib/ocse3X5gbeOZPZJXB4Z+EaC0OIbNY3YUcwkvixixAf+LyH2iQ7xfEIlaPAr1yoRdpuVaY7IJnMR/syb+wKMaWagbGkDkHpGtohzVwWMZVmcPXGgARbbTvXMR69Uvz8Ss
l5mSz0u18DH/UKAxgtriMdwDGuh3wh403Df1TuRxvlvqu7bYufcMEm8+74/sjXQJ/rH0GWBny/QSFcuXSt1NZNMGUgjef8thjTUYnTLFQHi40CttTaB4A2iY9LZ3RcpsYn+tn4d6K1xPnlwTJyw9vitjhSOgAqYGtaGpH22FtYmLqQ805LuklinU7cTX1HqzBOia2jWo
epZrElvlFYb2kEWYaGcbfMCM5eKhSBQTenvCLYQ4sfDTC7s+njHOv36fZq+m/sIRhMv1m8W3SpI122mGRYDxDgFfli0y4l4YoYyOiAdN2Srdp5owQfKHgQdFJs+mFUFL/dGjDXma4uQ3zvtiAW2Twyi5IEaML+WAIX/WzsSJm1bROvk+j0+HbLtWHLjz305AU7VViYDo
qf5C1As5Q58RP5qInVfTFesXYDopqMcD0nfkqznqrEBFf3YTO6HEg2pWaO73y8fWdzJonQn2YtPxvPfofJWFMIBahfkoev3tg21AdRxGZFk8pUn/tPhv5kDzL8/Nu5NqwHjOE2zKoMt2+ctw/e/txStzMTa/wDCnYogBp99qbhfgg4Dl2/INxioQCGtSZLIWvtjeaiYl
/ATtbiw1qLYXJdlhIXhO36tesG+f1YgYSEHbtwpzrRHSSc+Xneu0yCcDwRn4UArFAJv0enXuaYJBpgKLe80Tt1knxd+prDUPgFrLxifY1Lm4WkfSfsYpS0L3FGt1FuDL3gFT4tBR7S96U6vhppr6kKMEUPQvE0t/Po2Q0GNYTCnq7WgQatppj7IyIsEHH6l20C0uxgBj
vPfs84VHC2mv86piBR8dA6xgPENG7EUiB9z4uKp8mK1r3WTUq9yUn7ZT4JTaNsdFPVJK14fqw0Sz/LFh4MPr+uqIUagcfZepNZWf8o3EpnqEccy2Gn8NL0fC7gh8ekYcSelW21vAZb3PzuFQhUMTiA9uLV0jf3lCbxcDzehy3JMA8/lBEHICUexWTy11vA4LCVphYMZ6
gJ5I+u3sziJ0bV/WSXcp0lSQ5ZH6nVD1xIKYaE7RqHwMWkq/WwyqZSJSWvm+Tkk0cfjz5z5/DgKiU+MgFPiiUlHnqyluNPYuV8DWQpwEjVO27MkAOpGh7SISqR0nowWR/OZfKZavY3B7lFoolMneqwaH7ueQqZFw2AXI0PBG5TpU+u2HfdSVvJ2Gm5uaP6pZBUsx9Fl4
Am5hehC7STt6AZGJ+Roem7GuITF3lwnmgQPkiBuyCPBNUZKC/5jYAkUzF7Txw/8BdcMjmYmJw5CsqUPhITS2FmWmlIKF3fiFJvx6DyNCnGWNx53mVpjVwIrPrs5kCYpDI63Lwb/sgM+oW/7uF/etG6q7s8EurXpEw0X/N6cGrW3795iSqf+ajLTLeaAyyfB//SvGg7sL
+BaBLVInZTFPBqoKQDa3udo6OTidWUo2Xsq+ZIKZA4fNnUWd5C4BCTaTb0E+IfCb7Xt62DYbVb5+l3WtryH3HdJPsbbL8vDmzsNp3g5P68mX3giyos5sXS8ceTFtn0o79NKcFwpUgcLSJbWmZTk8WUq1M/gwcvpIJHZ+LybCu0BZbkKEaq8TDM0GIytzwqbenRkfYTq6
HAGCCPa7B08NptQwNJVcarj/rr7nCOUV8b/gTipCF4u+MTv5qSlF9LJfC5TTsSnIp0QCO1DH8iCLUETWbJhf2+yj4azALgCV7jwtQ42Qlas5WpDUETH5iWwV59QN0sU6LzTa3vh1dBK+6j6ZgJkPjKdC6lnLe9y00s2bgRzFuqS87vJiMBG8auKYxx44kgHZeEEyRdGs
6hVwBKjRhdMrbfO6chGdwALaeD/tOc4WlbXc2YGFPvn29neGl97DfFbwy+ff3rticonXCnRGEr3sV6GL+qZH7zuKGvxqkWAw94FNKz1+XT7/PSTyXkpbSp7+S23T6Xcw1qgNqS2GKoBZdXqG1ea13Q5wmk6ZbvcsRf1abWNacYGSrJ0r0hytqeQ5GfXrfOpOE4cfnV9U
vpzEVzXdgXtTL4NUCEBBr5ATUloOdiwfz+wDVU9LJ7e1a65B6ddbjKFYaxsVY9zoLrQ8txW7cvYH6RIsa/zBe1P4VAfN8i++Q0BQyipVlecRVerHNWDud8WFUlpEs0LK24GaUghYXQzjCJ+JIe5xwVm+osFdfqTsTnGHlHQ3VNR+MMZKsI/T2VjgHZ3tGQ7FABqw9qyp
qQ9mFd2Sl5J1JX55ubSo/I+jlsK44VFt3Jo8xv2tDS1tA1PABY5C3nDkES9bFQGgiLSeYoJ91vsYHVtEzZNk2MyTmqm1mDgdasX7q3siLLFXQwMYV8cT9amI0A6ONJU2vsy6KWRdYfvQQzMEvJ2iFKaSgpPivGrILPafF0sNbhOeFAf8AWAckvOXnfNNxQJLHodiISut
MRZ9IlPKiu4ugTLiq62WYybTH2pmNnyhku9n1DvTO3X0drZtNh60afWpU7Q4BAKfZG+JNktZiKMcxTINhdX8Junc5xbNXLAr1wk/pb/HqGYDNz+XGMOW4gXXqcD5MGdfsbTI75xqZmO1U8stt1PspdmV5TnHduL+RObFHghNPlSi7xvYFBHApfKy3B2be/G5eCDXRm6M
bdYFjcmbSZDBWFo0xsE8yqad1RXD+hr5tGTUHgXeXVSwJxh50f1kcQv/2HWhzpewt71+eN/KuJzJITxIx+wgdm6CZbP+uVSSImKRR6wnL1axMqgOhzwUcWfefwY8D8BxUGgdZJFj12E8k+SbvPtQkmlWCIWQOGL+APaumWp7WaxNXtX1Zq3Q5hxSx+bqjP81uWFag9Su
6rLNm3r4E1F3zUAsg1MR0ePjP5mPCDMSDwaix/ll2X5HcjJBZ9efXG9eOKR1keqZIabnZrqe7pHbzy9H1ZMerHCVFbBhtUk66MP7K+HbNW0hObLJ/0EzywfDhpU+3CHWk6VEU7rq2zYU4aSOEVrDYC+zkFAWSd6+9D9bkiKJF3ugarRqH5ijTmJewMhCbkVM7GdhvDPt
NmhxdUOUj41chM8AtqwB2RYnuzxnstZwY+VajjyOFWtR4bxYWBw3MZByTNt5gM0lmbIm+jL4UjLHJBWm6xFVwDEoiqbUatO8mSAB3yvDNM1H/Je5WZxMYYg7mf7oWU/JS/w9ar6y/9IkNakVdtBYK6J50nWWXbFwARpmi7+O59lS7A2J3rsAikHc3Ug8H7Pn7M8MQTEP
kKeOlSoVWsQEHWRzKraQE1KwWEd2reKWmm3xINP0hYWN08jIk0wygXfaw/3cFoN7JnvmUn/tbqGs+hDkXZxiYhgTSW3GfrZxXH2k4jLiKXM0IDlvjhPU3bx7GVsIqasRWakGcgsopCq9qPEq3VqxRUYPjtIFOxxRjHfWNVb1sIt6wkOoyrSo59Hs+yzOeznUZxWuLaSW
MzhgydVWCPLNOl2OeQOARbzhv2iIWBVswHW28xlv3GPz5rkNZ8By4hk/Jx1ltW3R6u3IfylW0l8clAuB/zK6TWLKhg/MxTpVrpZCZ0v5PsA5KAQ8C0IC8I8dDa7tOKgWe1V+kV5WDIM/leyXoS+W0hpwsZsRPmMXe4r7CFyN3O4GbJD5LWDc9V2pUYBTfqseB/fxW5I7
h6gWOfxAtIYz/ESzruI96/wWZVzZ/KOsBt03Al8/r1DxH9Ei7G/Trx7r3fBcYgfpd80J+s8gnWCndtPnJv9GuD22CMe3+pM3IwTrON1+pSEnJIHW6ulsERaekst9d19Zx52C45Q6SB/f7e6Yg4jmNVjmrc5QQjcnX5hPtKH+gO3wSc8jN/voR9bN8wq4qv6vO8aau+qB
g67I2N7ti9KdF+HS68S3E4H6y+wRkgIrJaQoh+iRgY9WGOa6skuoKOcsgYXrtp0nzBxPrGzg4rGeLFsSgH+ESiguC8cj3rS3A7Q7A3uV7B35z/AmQrwU2OA97hthEe4VS+coThIzpTG6S0ZW/gnZeWzqdInJrwgwtbG4Fff7GhnF1VPNKcV655TQu5iKOfGFVi/w2izR
H1bOxpL//54bY49WeseoqyYDVFQZ14a4tcL8lZcy8G/PuXefo8PmTyLSQ3QAW5l60S8EszLDc8bslW9lIFTQIDV4zDoMeFpvwPSCqrkL/LVxZjri4+qxsbbm/Q2dmRq0DSISj10eewu6ucHfR5QKLe0Efs9mXxZyJI2NemTrEVk80zh6J8c4+4LMsxX/zd40cdB35NO9
+31cLmfuy9E/cB7uMMxiXTZJM7aP3EehJgPzdWfwqqyGJCKR2wTtvAd5ci4Jaz5nBn2SfXaxEmlsq9wVw16c/MsGwhNeXPTx/Etvzuz3gJsf+rBq6DXUesX2XukSiG9irBRvaZ9eQWZKvffpvj2nXxcIyyIQOsYmoIaodJ13fxpnpJ00OoI1vsguo3Mgadu8wPlQtMil
pnaKGMwF8I5Juno1dY+pqwg8T8EyhqLO9lVUkj/4zBGHNBM6/2RJKl0l3qKy3vmwk7TV421xTmx2v9Lxjp5ViiMfFFIx7tQcAG4kl+V3j3HZ5bObvMHrIvmc/grz1pMyd3qJ6ifgsLfZCk+D71h2ud4hDEm8VP1GeYVjfX2aO272A3cE53GrXyWTcX9dy/FR3dIgc3wN
dPSn9F2ghBNercBH1EDbd4YasAjSVh7duQgbrUWzjgBbnhmr12gM9bc+GPTYULJ8erh+WmpVe3rKMI5WSiYpCHdudWOseyEA26RiFNeFtxe/dXyWbsaS78tzEdQ9fh7PZu4CUu01EMfHfqViqcJX2+uA6J35x1OetX0HqlvH0Xnv6Ztu3Yg2+pFohxpps1vy/xlwcDk+
nZrWOl//zOsfidu0TGbxBz5iHJF/IhXjsA542Jf9kswymdfkRNColg2fQbNtjyM28hFCJ5dJ4GveUWUXymre06fa2RK/okm2eB7RcZ9bE8abc73Xh0rukNNmFmiSCECHU5zN3IUwmSfD0pU+zG0tLE6r3Pf4ZPRXbfgWysBwiFb6ac/Ro9oDOLkpH7cmj2sL7sNAFmAf
qYYPV56qErk98SyPqm7t/RemwKesaMmR5htnkArZGX2cOmf7vfsg2lN1PhtQhwLicemTjyiGfRMkHtGEtsjcv7smw9f7h0kg6s3Ig+8LOmLGXQ7Tkq+XtQ5sl8Q3nmTaUrYWUJYPxHtIVoCWPu60YFurMtYK8UxogsRa3381jkpJHt0cJv/Koxfh+DbnwKDCn76tz37+
CRHU4YENcEKCt1buKBM0SH1NFe4bGrBrxiUiLWU9oV/C/FET1bpcbKrXQuDgZRgBy2TsdxcDNeH6EvunY+XSsOoKIwVZjb0VThvn3OnT/71QE+bLBAg8TjW+M/f5NtO29AHhCEVS0EbRcOw14YageJaU6zGjcRdofDKQFChOduu9i6HA6w4bsNvk78meqy7/gMCtjnkJ
QkJbN2lcsiPgBIvK/MKAZMDh14LqxtTwDQTUeBJs6uZaK40i+fkSamaHSkQqUHcDAHy5oZeaipi+JUN3VPBbIbCm7XmW2+lPR22CPXEayYwH12jxH7iT/EdBA+ygmIyVKnzO/qrGpjna+KrBz4x8QYR5tTy8w31P86vQo4AdIb/OuIw5NSbXiSAEsyYl1JnoQSp5WXbJ
beguu0P1mwM1LmX+MVRzxHy6trTF/QQp4sPvs1XXIPDAp8VjY7bF5PghtQGNJn0R82KtiELzLRy880K6Ijs0SUp6TfiAwtC/Lkyty29klKWi9W+6l/hla+YsbP/AZNHYcSh98QBLfalAL8iuxTg1ymrbGGVG5ZHN82kto7JQaWMWW3qRvu1dBtCSqPPSWgkHdcasPlEo
gQt8xwuXuQUneY0QMVycoqiJVm0umPumPesS6/4jlRnkivQhITj4GQrZMJ6ZCYp5VHOsaqNANFHXOkHmzzOpfeK2cd2yarC5B1TcINMjmn2e3itMABB3cLklJ8aIwOuq4Wl/EaE53uSsQLH2ryVYZIcxGHtu8RmqD5ZjbiaRKyNIpl7pnDsK0HX4EWUb61i7Z/NWI8D2
zeCwuyjc7CvwJkzh3uuaqXSsG3aYt8HIJhFi97kKmK7l4bWI5xVqVEl9G+eykQeuL+3ouAZ0EDqDZ1072YL3GJ5XS0JLEMaioMR+wvzyxGVhGrBc6i0Fp6Og45uE70HfDmSZtA64HCXjfLHS7KuIqbfyL3qGpIFr2PD3h48+EvMwwbzrpU8cgukVU8NAuyfNlomCbJZG
hcDMi03QY2UFZWiUshenXUfMLoKLuo3swKL0RmlDrJRlJy95jsI1V6fqsjXsFChpFco3bjie36SF9DKRgImayaYGqWAKkLMOBEcjcxWEv5v+QCm9HUy3OQklO7IiLsWH66iFdJGBjia2zTD8ftJ3HzEMA/GZOXyMzk3qKSD3hOIoeGe9VWyElNBltmx++P7zxLfk8tmK
HRL2gfjBt3All1LMb10rkXBMqVnVqZJTH0u4atbgmn+osYcJkWIn6F0fp1JYZP9YQdDcltQ7Ag3g01ZkHUwfeCLv063NJ/r7xU0tqrtXC3ul/WTI5lVVOUz/Idxoq6QQQx4N3RZF/ltlC7QcYkYr0e7P0qPbSfs7/9WCQXYvbkuWTu8yMDJ8DasSXmL/u87ExLoq3Thw
jkwRi4ktazRFHoZ1y6u8OCtt+5RRBdMsFQ77A13SF/vGUiCV7uiZ6+H9ElNsuQI5ku/EsBEeEQV0OyP5LbQqG48mlR1Q5XRU+ZI8VmgSYX13QKDftA6ZkszyxqLJZu8GPwAY2acE5L8lrDHNiUE+vQD7/ZIDPy9IMohe8T3NW3lrKC6B7U6Rs6bN2pesPpYGnYDwbC08
vM6lQTVcGlwomkAM5W98L1DSjSOo94lzuQM2bZSgBQ4IU1/LKY8rqXx37BFQ2MsaxnHm2iHrZPW6569YwKtjckn+CeAGQsVLBG5Pm1TBy/fgeKu8jWWv2Iog2drD6+QCycFj8h3qXCWgT/+XIzsnAbPk2LdOjlM9AFF32cH2xep2nOTl/Hc86hKiET3drERK4cvj4VT6
nSIwR+Ydjp85cZ8u8Pa2jgi8gWzYMNlpQbn4IhLoASExqKKhCZPNUsX3YAYBpqUh2h0MrcgLY+2KsN82GPcScYUdSbWJZK8xrIwGI4JRi7ne/raOj+/qvRjYru0ivrc25bFg9JMhKsfGURf6MyhjkjeYejF7LAgwOYEGBPbzSEADZTN3MwuuIMAaCAv/g9tn4vVpFxN6
n0oOejQgKzDji8NJPzT2kvGuy6KoqVjoyi6pSkUeJiaNGureUMAMUvO+Z+BHBnzV+BXZnPj9InG5NjNzOPq5pSdIFJ4E1myrIA5j8TgF+9A8P4zAueL1129UludVhAQCixzOBgKla2rRTghOl8XI+HS6MGgopAJXBMrKl4jP7wr+U/asQin0yEuUiS9hJ+FMI40q1FAP
AoUqwiqllcVrRe0gRTx1/IdcYoPtAO+83ZCEZ8L0A3fczVScCzjT675zTbD8Y7p7fEds1AI5xpRJjAe1DqyshmBX++dMqoDBrbWMg5drcPbmK+PnjK/qXZ+BwOBSgL2aBvZhF1e5CekTMsevsbYTS0+ZZjcBmDn91S2jPi7ntMhNlSCpAPVUxfvNvFLcAO6W2w58GlKR
Q4fzkhifFZI4UM2hfneqrufHEhBkNJDFfOv9qVSdh8dZ1+tMxXDEHRTnO4tKn00wZsG3i0oZDsxT9q39beK8DXdqvVhUawAdBlZQGolLfz526yT+JoQ7nQICvlqJbB1EACoYS2Hlx40tePMN9/dkTQT06pmevD6TAeeL4lUUQDL/oxKFk+oWYaKS3Vz1f83SQLw7perO
OgN1tTmbITVSSLq29B2Ptjuwr4o05eVcceygCe+VHigQGoCS3A/HqZYa1sEyiSJ3r2Q1TJe3HzspS6IlcLrxSoIujn9OPT8mqVp+gh2hBAC7eWnALpSDpaHik5evCWU5CicxmzfRMhkqWtZfaTl4n7DV8e4CmSjNX3FPFIl6qp0KJvD++HGpydKXiw78i05ZAlAbm+U6
ahnS9yU7K7rykXwsG99wvPUVN9lW70x0yshnV3r0HyN2fVn4simGGnYGa6jnPloDQ4Kg9/4KoSY0rZ5rFIwDFgftT8a8sgU6NCHYyViuToVJcrwRUoEBhU3tad/gKC/ZO46ojN2OKrhGncde/uZ5i8fOS99BYvX3UQehrjfQ6ZFWivWjX680VSrVVGs14n+oHTL8K7d3
3i7dx5pjRMcGXi373ic7RB3tCxDSWtoP63U+9VBDYtpz4HVN34c2IIO91L4hlj/WzFgbE6KwBlNqKI/rk0AcDX34lMUdqPK04wMB/DANDHj4OptDFLq2hb3AEo5SDS6e0bhfFsQqJUt5xNMPWMRv45GtrEfXeQX2A2t0NIcrq/Yg3ybGmU1y/3fCRP4TrBSooN/8VLTB
uJnA4UHMrdL8Lux7JSXzsQJh7k36pf3YKsp06Lrz15t/J9hQKsKWRCRdyAJGMDOphrBz6/mTf2dZa5LZ1Tz6ApjrrjXZuc24NgV3B+58Rfo2nVuimO3xl7Mu4q4uVsVR5Ia4Antk+bwKKMN8jPWF1mPuExgC/ptew3Ud6ewzeYXRE7jCagVBnqSAj7aVGeP2SzSukwrY
DRyGg1wwrpSfpY3ZqG1X95Stw081XPMP5OK6EQJxGu8a7Prvf92EPdiebWR/2BJcim1AlnzbjVgOr0+q7rDdThB4H68ieYwVMGcUgvYcbUmvFVyudSjucb2pR+fPEBK42eOMfATrxlgWbAr8vXC7nw8N4nED3FOUrEulEbw2TBWcqawPaIOT/M+jVxIQN5JQ7YhyU+Rl
q90UQX/GWVTwtzdqcQA2dsBWKKWELQgCW5RA8R6deDFmnovllJNbbVskuWTAGJdV3OG8zcySCUlu8Yg/cvhc+bWXZZxCbYa+yMyMLIjRElQQgjluD1yYN7f52GXs+9WibMKB8E9E49lVZ/Uz8w2zhywXUPRkuLPK69ZrkqzVk+6EvQqPj8js3t5UOY9eqHcfOMpQi8C3
1Ngie1LYEJWgZxRpVyUVYdO+qZ+uejmBZYR9ViPxTKv851xkkhs1cugWP3FfEoTSFd/aFkGbVutCn7nl62VaTfOWuhOAunezJPvUor95xwpA5C3EsiNN7uiQmH9URDaBtTEaP9wFP0XUL3S3MSo0PNV8GiZcp2rqQRI8obXYieHw9YXrbils/oej8xm1rG29dtSMXKRS
FOPySo5o14yp9bQQJra4umpNlpeLCv9YD5u5OrUMg0OePbxO1JychMgAi5uSeSxCzSp4+Oi39jw0PSaVZQyjN0wdLx8sAeLOUeScOwUb3kdnvcBCv2xQjJWMBZYI2aZPDQ0HegoVXjSX+qNgizUI5BEWZ7ZuCfdlEDCvRwqsUab4jLEQCvgJGT76wJoiYFaMEtA0IS6t
sdfDZKhB9EWJw/g33HDRs58mrMy+LBwNJiVYtcA4+aaGcqB1y+Tf7Rb+DnqOJVn93HPWXcH7q0ZiavwDRszJfkXn9XxUKqqWZiv+xz78y1VQJ6Hk4B5xRDQC2eHcpO8a40porr1cik/JXyR40lQBUOwFYnkhVJgNEZ8vfy4+3X5mWsWTKwdcA96wHUWf/yRsUEvL7gao
THcif+fb8fFH0eADcLuXpzZ3qFv+bgqcLc0T1EJlYkH79enCs8VltmsS0EbODURBVrq31b9hB8ofv88HkXtViUa51rs1x9x+Y7J9PnKVsAbXbOFeShvEu/9RqUMDzR96fLo0tEM9P3EWzxFWuoCoMpL1mJ4VmoYk4NK5LN8NZyvvXgs4jnp1M+1LF1auZSpnyl0yBlHX
Ujr6OLRo8csPW7s2ovrPy3zOzgL5zBvfLQhGmfZMyAR2ukN7PWj7ZckZ717uferulSzmVT372NlfjVCQNWBDz1/RXR0NjjQAO3eZh8r0CtSgSHBUXCFP7cpu6npvtO2IwxjYHUd47dq1PB5DIugqbhAd6eOXAVvpJkv7nmufOTYN8o9Rr141Bu/Y5ZGMC3abnCz1eH9/
FL5Kro0VTBC7vgHUFVchKVHH7UoI6FVOG0GghZmw5Al8FabBSMpBvxUU0C02e9fUhWarXnRqoN+TEWu0cd/ExijM00R0hSQS0VY18AwOYfYHSJmWUsRINXP8ZZMLeb6CGzyA5b1snMpE9FbarWTDqSz02pk/2yaSqCvqPIdwUCy0Pev97W8m6td5f5+QZMqmyGbua0ne
xnyQywi7f6aVvlPtPbJP1VUKsVbXByhDKe2pkgXVC3+Q1RKscAGnyx2Cc7NEL95wwWDrKAEDSi4/y+9lOhf58Kc/Ih4B0A5bFJAsmXb8EsBifTExBGwG2uSI+LeLoOkWGP/aUorEClUskYwjCChlVZohup7IxFv2qKnYF0UQPmALg3CKtX3MuWtlyUBGqVF/cKACa6XX
kO9L0tuOCNmk07nifZDPAzNLAHX3upAH/41v0AOyNnrkldzKvO3cYGn2PMvy24kKqmLF7Q85xBr8coI62PCVAMxl9H91e5JaSmo+fOnufaltQHrymsgvhqwLBNbqbhhmKePTUpBtrvhoO6Gsd2qRy/ir4TdP0up7A0H27+xh+tTbbmY5T1+jpMIcVPCW9tNRgjrayFrN
Tj9v4NX4t7HdVjbNJhwL4WyPaVWcw7OnGLe3Pt1U1778kB0EWkKqutwnRlxEYdtaR/BKwodGnqx9NxmKAiethk0davh9Qb7DbnC/xce0pawJsk1HPk4S5UiQG+BK1txyakume3CPFtyR48LrD6fe7t6AFKmA7TTsQ1ZXVLncGayEUzL0CopReN4XI1IBwqsk+0YkX+GG
NcRAqS/pCUtfoyxhHiXk5C9fcZemf1ZAz5GO7PVrvHP+XnV6KkfAESVxj29Hac42CF7KC6wbs61oplyaYNSGTjgmHi4yzi4kCSyogS+MN66unDYZ9wOr/kUVpRhLgtOnaAvu+Ormyhlz0JzXszBvM8Yvu23MZPRuKoBOuvB5gx+oBUzlsCDLXxG3Tddy5jJco3NwLcdS
qrhxNFR3iITbGB3rRMMYZ8B8hNJZnhyOLjxN33IoVTjDktwFNcLFSVXFRo98eF14faaahDbDPQygPwNfu4LEhMOmoGbGIBXZ/iyGmg7oWDrFaayLPkInl5coq+MJV4XnlvD8EhPUAx+lzSK7qSyVet2wKlZKvz18i5Sa8CWDrJ3KdD2CwHqkoLE7QYMKFrQnq+AMRSGG
UGMivVuLB+7IfyUCD8DJoayN+vJ8tND9RmNi9VwieHNYGHzkZDFTfIKLAsGt4TT3hg0PTqsPJnVRjkVSvmWm3Di03OHFI6fQ2PcyFReW88JjWLQuMG+3t4pCXZvMU/rl1XVG+PNDoqeUU2XF/Kh9F6eN7SQw63V8+8P+EKHZGxHP8x11cq+aVZYQH6BcM+UwWtG67dfk
8YQ3MVg21ZnH598f0YBAUbLEld0epgTNhKzXkY73FHhGc1b1RzhVR+yKrrrU+xPD6SDzBuqc/mWzfrLirDVIeumnNZLgc+4RWOocYRShbAtKApW0FcVnH38QQ/j4/jcxnLGowchJibxfxgL9hdGlqsqdaidNmnLbCjc1eIxwUdNTBu4Gq+7JOG2SbAGqYm4jBtVezHjo
ws0ezosDGPmIhFqmsS9p5+jloq1dnmvwZf37X7vGX/WrW/vdOtVT4d83VUipB4W++KLc/aRp05cmnMga5HvmoJ8VP/+Y3woJ/29ABxhfmUsm+0HDnpdAfK/Agzqqv0gQ4k58i/Pml5ZL7ltK+ZZdEc3RIIYoD7F6kUCaO/FGJU4wEBQhX8jli/21ByLjO9P6Jj20w6sG
oWJn7HYzh5WfRovq+nezaaTlqSi275hTS8RfAC3kJTzoy6zHxnboJjb4G1rawPvvniMYbFQkyAjaTG2J/3b9bWxjSh0zqRSMtUUafmRv/98PxQiMaTJ4O7otrv4vIm33bHZmO+RHv0G+j4PqDlFB3dQMy0Cfd3+1kXyAIosN+q4sVsaieDw49aoIjbaz/sASQwzChcsV
MVagob+vjrrBRlcndUodRCvjYrRbze5A+e+D0emVEwnlienQx4ZdFCGxxqH/8WgIpQ+qPjvx3vGKUUQLFl32rg2I/BYuFyiT9JVm3O5K0KxiSB8Klsi1HjuzzcuLCmkzRfPw08/4KD8GsnD0JmHlOo3zMesZ7JsnmYw+rWeaV6o3n0Q1RswtKH52UVZrvaYGpEpI1G5a
+4EmK7sdApobXDaSHPRVeOMQDS1SDMB3ErhI7d0e8Lu5iUfwW4ot+ZF1J0uH/Qq4+5XPE+uqcxwyzNIVGb2S/i2x22bc8BsgHUVC7ADkiY9q5QH+2aDmtAwXvrLbvJb/mBs1uKeOKT8A7/JHMFAgdDtSl7Gn/CO2wARllFFC+5e+dbp9HlfKn3BIy4/r1/bAFycWRrUW
nAfsf3r2Bzmb6wIus3/ZGJWXb8vk7dMr2UWOMnMB+MidTGPzzrsIVr963t0o0FkqfCSUKDENxOA3kcYz+d7TSJSYzMNVwWPhOGHt6at9IVU5xk9UE6WrBbVxIa79MyBtz7yaf9+OyXSqBODR0QZjm/PJVDgZzUwmIPfSQ4KR+qP5il/jIaer41eIWw9QIRr2JNh5P5RU
IN8OmiJm1eryvpW6/Gm6HSXa+Jj2S66bfgbOwI3t13NbQfQLlmjjPrLixDShA8zh+wHFYpcB84LDiXr9DjaQKh278LLv4osP+JxgFw3302bJn+ft08tvPS12SGdwVlUikmeoffJESaLDcbD3X0CRfJgGpINnxkq44GYDjlsYbsQzaZEwpvlFy9Q5gRrrC3Vh/sgkFDt2
t36Uzksz2er/kSSN4IXHqos4OK8VlMOvGA/DvqMvMtN/IVVpHo+nswndqDW24i8h2tcR1Bk0oe0zZm13XNusCZdvq0yUF+gvZV36GNT2DLK6+Ae9Hl05diKmd8+3iVlZMEIPRJ+hOZba0hwL16yL8vGrj1ssnyFqIwelrExUoYkAeAhhE04M7MIJy/MdScZaHatCBied
YT6vugSVcWDv0dcDj/PsA5eIFTqclctLwlzV7/ZXzCZtiUT0eQogSShYGR59DXc3UdHG1uyftAIWCv2viQyM0E+NbwhCTDY/muSN/yiKtTb51ea79Tw87bp36+5Ao7VLW97jZkbFVQaL190NEDmXocf1PguJOsEnLfyF4/+5zwcF8Swzgb/THy0vaUxeCTNWlTDFm/RE
QtAibbnGNverMR6diTbEaWDT1sEbsgs5ezDtqM7rNpdEU/aeGTH19OfaCzIxKROcO6X3j6XewUSHRsof2RSPdSttxlh9owWjAy/uyqLrqTSCEN50E+fzLJZiSTBdNcycWyJ2Ven8nuRyXo0wA9v1NzyKEUmF5HqUHifiu9lYS2Co23QiPb9FXTHxtiemhCI1TQEYE5U0
hmBIfJ1AL7L4hbp1zarwBbVaEXPw7OMjyl9S9JVoV3c7Yuok0l15OGS8tIiOS5uPeKr7LUUj+h4Ko8RcUIld2RzJH8Cd9e5gsoL4luqS3m9XtRV1c0UB/MCM3f0O7OfgOdREcrz8HHV05z6gluBqPNjjYbrYfnjBXYVVmqWVAgyfN9gQl3x4c85dPdQ3fHvb8T0PpN5J
27vQ/FU9WFqYsitXSVLlvagBK6utQuUcTgVRDrk/HSt4Mlch+IzrUdUJxExg9n759DMpdcU8TLyTO/y9KHx/IItl/yzj13d3Cl54+aC+J1JwDaBCjsjdzq18JYtEU/DkeHE3qkwvlg2hdOvcRyk5tCRdKmOLEiyY1BxcKkkOztE7ETJYI5Pz6q9Vc+I3ZFFldz5FABBY
GdR+lOWo/RMwM8DzZsdG/VXgtRn5xSIIoAQuzHKVF/8pdoQt6LnGxN/b7tBc5eIzPOxlHmAbAqN2myP14W+fuOZk6cGwDbL9RYRSNmKOovYRR6LhAQbfnZxeqDtx8JPkYDf4gahu/n7puUhp0aLr8GuFPRT44ZMvlerwCDdvJylSdtcg9ihP5hjSzdFODhHSQkZYPwCR
clt6CMDUaoVFoMxNbiFk1U43GXcuMTwPNXrBgOX5ztcB9B6dSIDAqgPXvuJ0l9TPSeMjDuUu3L6m7Ea+FPS/PPYUKC2DK1yjv1egbFxB1sTE+3bswP1rct/Wu7RpaMaQ8isl0rUR5NGB1hbMQ/q+XfMAPcN/VBNM2/fppjhw3Iq3uOSi2/BL4eNdZ4TSaHW/Bs2ZM1SE
BEPhPhqiQGf0JcLtyQTz3TQrM0409CBT4Kmi1CzTT2V++LZUAS5spzCBREs07ren58HuYAMHBnfBwMPh8+QmeA52BT7rVUo0RX4cdwoRvl7Yv+6OvrKCLAA85QW59EV0ikmDQfe46aBT63seXfiIaPh4tfBx8NAoM2JImpWv18yob/gL92ZU+Ab55J8xzYU1YKWaHp5/
32/LOdcVQFVmb30q5XVw+uVejjGkdmlwe1eWWQC+o940S1sSXmJbS6C6b8WNyGNAypJ+jxh2u7LwQPa2Gv50AnP92vngJZgmatYRCJDZJT0oCDP9Fxh5TZfAyaep+v1oDhMhk3mCoRihxvgRInaAUbIc5TzGx7oUeioV7dqLdOUYoG+CJo++0ILVa0zxUyuVI790MzW2
cpc7Y+ZvhQpjUesmAeX9ji+n57Y8d59B0TvdBFiLWRLymBraPUG3WBeK+6Q9Z1wCD9bVwYRyX1rZy5oyz2Fem2NXvdck8FLlpgLyCrri0uTEIWOPLil73t5fZTTzlzCgoj2PqOOq7EwF2+XPduq19C5R42EsrgWtbXE1R+WHlQ4aQLN9+9oaDzdoJC8cMR1UQ5mGUHUg
/Gj51SivXJk8iWFHrK2Tyl8RFAyx8f31jMFDRdqMHqIqq/LtaGsUipe/XzY9v2EQECJAorFrYKJ0qJjaW2pA0/KbxXzn7Z7Uqb1oPZDS4FFjcHxR8eKvcLOJDlZEkMKjU2KhB49G76AY6/TWWcYYxRT1NK8wnjAtH435pRywG4aA4pQCbzYnU+RoMIgkG/cFwy+5FmfQ
X0iWfgLUMv0H0zMzhMUW+mIlEn1p4eTEzlkT/dGbrouhDUJ3ggt43ljelbTH/p4CI+tKIOORLWGtyyXrtizIdu0KHYXf7rmd60ElHXjACOc8dnLmzaVFOEjkPG+c6ibwZ/GjYG22BKEIp/pIuvTCJRb0/QHKxLTFBwXZiHe4xsCRcu92r3IbBlBTWtpy8dvIN6R9tgDO
htx76X2ofqUXBqienRT605FfU3GW0Gxvrk+xoS7tkcIOJFpNoqDoGy5ABzQAIO/2k5RrKs6H5Vy16UDKjAtsb/voUDcK6Ql3DzgyQ8rRwwxc4pivQMhVxB6wv+wDdJRJRp2BtFGlqp7QAi8qAd0GwnNHWUzX7XM34iwIpRN4ppGRF9npwtFoVmqcWGc1MtWwN1fp/mrj
/QyAVMh+VELbevjKoRu6XSa159Txrj4OVyUlpB7uPfQ1uaNFF4+qOM0lqqMFj5Dtavm2MxyDz7OFtz8RJOva3a4YtVsbqmJlymB4RX5m1Hoo9CJ5JzdDNx5txsiZN8LWUswX1UzjXsM5qhcxIfy4ydVs3+ucEn0yA0ndTMXxtHDvMVXMAf+wM/eak5nZUPxxpr68+89A
88ZoOiMyKE3r8KsRn/PYoKBaJeXoTGbNW7G27Q1m6z/L7ciKPIKxBs0Dte1Cch4aCxjVh985lWtkYtZvreUjMZ82HEMlPq3FND1XaKtDvB+Yv9BpoEl1v0qieQUCE9FTj9avbJCgoUPUa0aMxqBrSAcDTGPpD3zb3sPf5eY9gvzYBRL06C9DFPmLxy/+Q1sP3ehBvQPs
x88wNIQ+0S3tSyV3oq9S8L0BJEIshhy8BneRMhACIlLpgGye/pWEHiZbCUrrGhHP2eLWgrN+MSr9m2oUvVfXZQKCW9ltxT5BjNPE5iFZ/AI00VfucjI7kO8QBE2X/VrY0hCXtt57iGuM1mTUaEHUFXb9vt1zleXyfNpSqGvnO6G8SM7U26jucxTcOWAJx2M/ZUsk4VEf
5I8nAtfp1wmMV8PZ/gbYIo3ZW4D+hh5ONwbR1nQFXh5ZcQo7CE6+HQLqNSgQvuxLsxP1SgkQIiblYcOWjze9TCBHLIWJ0bFEWL8OhLZffxZ/R1tIcfd3X4A6LvUWxI3WWJ11hJ3uJgoWKwy+CuduIQ0u1kfVsh/TMOTXTmcK24DL7Pj6rpHkzNUC4fpHw+gM1ShMCtuY
neDm5k4osycoGFKRSWIJQQ4xcUWgzv2Dz0bw+m49U9jvld1001+NLba0n67PortDgT5anfUfR85h8TZi5UfTZhy7y0mIpg3mBVx8acb3/028FyHjklc7SjKjZ8jqv8oMypc6Mntcy/FH/TYxr7lk81YSTVD+lNEhmwjjHYuOR/ELqsgMRrUrJ6cwyaLlm6BNxIwrQ2A+
/sUw9DbjVkOXr+XsUe8p4vBrnzVcOruR+tHX4Z0SWUhLKzB11y2gjJ3iXEZ6+Y9vO7prk6YwTzAnPiX1K8gNkUUZI3XsTuPJHz9ZsQDDLevLokvXSIEKPNvENlU0g85hhnbeMJYONnevfGDTH+rkKu64kdL857AxcIYQL5BvgefdFglLOZ5dRb402iMfkH2l4wni7i7J
6H9w7hxqIVArAfaCqz3MCymRFpwBf2b3kiNu4DymZFh3iTwCrLILmJj1ohv0zJAxtBVBeo1nJC3oW8CGOs+LGNVRhCh7W+0ltvQtDbVjGdUwqk0892LGCFd7Uoamvz+cY2JTQivVq5VrqXmUCvpPjiuJQh/es3haCi0CAVT1GZ9Ww4Jj4nQHq4OjsryvYIWz90h/ClPg
hYFxTCLXeoMo602nptkuBQBNjrtQ7e3Bf9r5vMiZQ4Cr6dFYZH2MZDutlmIKUxAecvyrpMXx1EYcEVXWClshI5S37PSoMDpwW5pJ+Q4I02TvGJGIelR6eh0PXc+Lf4MBXageHrBADlgbSU2apnhpWjBr1LmzlzwjyATCj51uOgM8bb5NJHEA5rR/YcnKwkZniG9hKJZF
YtSao5k9Ckpu5sFpe5HoWco36GBlmktKmwXYG7xEYsV0dp4qgfpOZSL2CAwPCrJDNuoplLSsN7QvzkNP+lNxFDtr3+PMdaM/r6+7GoZofzBZ6Gg3kL58NPEiT7Psct91EQZ59MQEdJKmldSz2dM8GSecbaGabYVRf95yR+GDeu0yYTylHTz86mUwZ3axkHdYAG8CVHK7
cV545+HdBRRVgwOYIBJdnn2+BL9SVGsu5VG9v0+/YJ6lQPVl8ngwSvQtgWuRINLD3HUhofKLWmMDTshJs/CER8sh8uvlbEXkROTN7Q9MjEjxsQrx+1baCjNKW8TqZH9C7oZL/6PhwY6jA0mR0wk0Fzokeml0DmqhQ/xbwBnqrpb/NJamy5BmbCm31d6Rxhg7wxTHygIS
MSpdL6uqWZ2ulL+2LALlkRh51YOLxnYoDEok1yEasMKvVrutqc9UtHvDe+QTF+iy4TZz9/kwYis9awm3cD6ecUht74wnEe7DrDE91M3clcl9zme1QYUgKAGNLiimEOwP8a/YE8+8Ru20vrTZxTUxJ7Vib8z6wSDMNqaLC9EJpQzb2nWapiZu9llDfaw9URNTZF4bcyRQ
y0fimwifg1GWkC+Ry16BHcxSJ7KJ5gUbldFmF6nyqMBIIH1Tz/DM0ukfidsP3DEIhgqV24X09UwCMJXo8eMkT6O8R48kJqBazz6ZkAOa23SRhZqANMGUCaoEHwGAYUBCnp/O9///Pvv//+7//8Pw==')));
?>
Function Calls
gzinflate | 11 |
base64_decode | 11 |
Stats
MD5 | 781a3a5b37874e3538fe6d58e0625fd6 |
Eval Count | 11 |
Decode Time | 235 ms |