include "../include/head.html" ?>
$_SESSION['applicantnum']="";
$_SESSION['username']="";
$_SESSION['info_step']="";
?>
include "../include/top-go.html" ?>
include "../include/header.html" ?>
$sql="select * from ".$tableName."_open_schedule where no=1";
$rs_row=mysql_query($sql,$Conn);
$Rs_open=mysql_fetch_array($rs_row);
$open_year=($Rs_open["start_date"]!=null)?(date("Y",strtotime($Rs_open["start_date"]))*1+1):(date("Y")*1+1);
?>
include "../include/footer.html" ?>
include "../include/js.html" ?>
$sql = "select * from ".$tableName."_popup_table where p_popup_u='Y' and DateDiff(p_startday,now()) <= 0 and DateDiff(p_endday,now()) >= 0 order by no desc";
$rs_p = mysql_query($sql,$Conn);
$i=0;
while($rs_pop=mysql_fetch_array($rs_p)) {
(isset($_COOKIE["pop".$rs_pop["no"]]))? $temp_pop_up=$_COOKIE["pop".$rs_pop["no"]]:$temp_pop_up="";
if ($temp_pop_up!="ok") {
?>
if (Trim($rs_pop["p_style"])=="I") {?>
} else {?>
} ?>