procedure pagedbg()
local b := ""
b := ;
"Content-type: text/html" + hb_OSNewLine() + hb_OSNewLine() + ;
'<html>' + ;
'<head>' + ;
'<title>PCHC Web</title>' + ;
'<link rel="stylesheet" type="text/css" href="/css/pchc-web.css">' + ;
hb_OSNewLine() + ;
'</head>' + ;
'<body OnLoad="document.LogInForm.username.focus();" link="#0000FF" id="body_id_999" bgcolor="#F3F9EB" vlink="#FF0000">' + ;
'<img id="pchc_logo_1" src="/img/bg_rss1.jpg" alt="pchc_logo_1"
style = "position: absolute; top: 101px; left: 101px"/>' + ;
'<img id="pchc_logo_2" src="/img/bg_rss2.jpg" alt="pchc_logo_2" style
= "position: absolute; top: 101px; left: 554px"/>' + ;
'<DIV class="roundcorner" name="hmenu" id="hmenu"
style="position:absolute; top:33px; left:101px; width:420px;
height:25px"><font size="4" color="black"><a
href="?request=home">Home*</a>    About Us
   Services    Publication  
 Contact Us</font></DIV>' + ;
'<DIV
name="text_2" id="text_2" style="position:absolute; top:120px;
left:570px; width:600px; height:25px"><font size="5"
color="white">Welcome to <strong><i>Philippine Clearing
House Corporation</i></strong></font></DIV>' + ;
'<DIV name="text_3" id="text_3" style="position:absolute; top:160px;
left:600px; width:450px; height:25px"><font size="3"
color="white">Trusted as a neutral service.</font></DIV>'
+ ;
'<DIV name="text_9" id="text_9" style="position:absolute;
top:350px; left:101px; width:600px;
height:25px"><strong>Welcome.</DIV>' + ;
'<DIV class="roundcorner" name="box_services" id="box_services"
style="position:absolute; top:655px; left:101px; width:500px;
height:70px">' + ;
'</DIV>' + ;
'<DIV
name="text_10" id="text_10" style="position:absolute; top:670px;
left:115px; width:500px; height:70px"><font size="5"
color="#304B56">Services</font></DIV>' + ;
'<img id="pchc_logo_3" src="/img/sidebar-top.jpg" alt="pchc_logo_3"
style = "position: absolute; top: 345px; left: 800px"/>' + ;
'<DIV class="roundcorner" name="box_vmenu" id="box_vmenu"
style="position:absolute; top:455px; left:800px; width:220px;
height:180px">' + ;
'</DIV>' + ;
'<DIV
name="text_2" id="text_2" style="position:absolute; top:470px;
left:820px; width:350px; height:25px">Publications
Search</DIV>' + ;
'<DIV name="text_3" id="text_3"
style="position:absolute; top:495px; left:820px; width:350px;
height:25px">Option 1</DIV>' + ;
'<DIV name="text_4"
id="text_4" style="position:absolute; top:520px; left:820px;
width:350px; height:25px">Option 2</DIV>' + ;
'<DIV
name="text_5" id="text_5" style="position:absolute; top:545px;
left:820px; width:350px; height:25px">Option 3</DIV>' + ;
'<DIV name="text_6" id="text_6" style="position:absolute; top:570px;
left:820px; width:350px; height:25px">Option 4</DIV>' + ;
'<DIV name="text_7" id="text_7" style="position:absolute; top:595px;
left:820px; width:350px; height:25px">Option 5</DIV>' + ;
'<DIV name="text_8" id="text_8" style="position:absolute; top:620px;
left:820px; width:350px; height:25px">Option 6</DIV>' + ;
'<img id="institution_logo" src="/img/institution-logo.jpg" alt="institution_logo" style = "position: absolute; top: 800px; left: 150px"/>' + ;
'<DIV name="text_999" id="text_999" style="position:absolute;
top:900px; left:372px; width:750px; height:25px"><font
size="1">Powered by Harbour Project</font></DIV>' + ;
hb_OSNewLine() + ;
'<form name="LogInForm" id="LogInForm" action="
www.yahoo.com" method="POST">' + ;
'<input type="hidden" name="request" id="request" value="login" />' + ;
'<DIV name="l_user_name" id="l_user_name" style="font-size:12px;
position:absolute; top:43px; left:675px; width:65px;
height:25px">User Name</DIV>' + ;
'<input
style="font-size:12px; position:absolute; top: 40px; left: 735px;
width:100px" type="text" maxlength="50" name="username" id="username"
size="15" value="" tabindex="1"/>' + ;
'<DIV
name="l_password" id="l_password" style="font-size:12px;
position:absolute; top:43px; left:857px; width:100px;
height:25px">Password</DIV>' + ;
'<input
type="password" style = "font-size:12px; position:absolute; top:40px;
left: 910px; width:100px" maxlength="50" name="password" id="password"
size="15" value="" tabindex="1" />' + ;
'<input type =
"submit" value="Log In" style = "font-size:12px; position:absolute;
top:39px; left: 1025px; width:70px"/>' + ;
'</form> ' + ;
'<DIV name="l_reg_login" id="l_reg_login" style="font-size:12px;
position:absolute; top:67px; left:800px; width:300px;
height:25px"><a href="
http://www.yahoo.com">Register </a>      |      <a href="
http://wwww.yahoo.com">Forgot Password?</a></DIV>' + ;
hb_OSNewLine() + ;
'</body>' + ;
'</html>'
outstd( b )
return
*end pagedbg