// JavaScript Document




function get_frames(){
var out = '<table width="100%" border="0" cellspacing="0" cellpadding="0">';
out += '<tr><td width="8" height="12"><img src="../imgs/1pix.gif" width="1" height="1" /></td><td><img src="../imgs/1pix.gif" width="1" height="1" /></td></tr>';
out += '<tr><td width="8"><img src="../imgs/1pix.gif" width="1" height="1" /></td><td height="16" valign="top"><img src="../imgs/title_profilio_casestudy.gif" width="64" height="13" /></td></tr>';
out += '<tr><td width="8"><img src="../imgs/1pix.gif" width="1" height="1" /></td><td>';
out += '<table width="100%" border="0" cellspacing="0" cellpadding="0">';
out += '<tr><td><div style="padding:0px;margin:0 0 0 2px; overflow:hidden;height:93px;" id="cc_1">';
out += get_case();
out += '</div></td>';
out += '<td width="10" valign="top">';
out += '<div id="i_up1" style="height:9px;width:10px;line-height:9px;text-align:center;"><a href="javascript:void(0);" onmousedown="s1.scrollC(-1,s1.scrollC);" onmouseup="s1.scrollC(0);"><img  src="../imgs/ico_frame_up.gif" width="10" height="9" border="0" /></a></div>';
out += '<div id="i_sb1" style="height:75px;width:10px;text-align:left;"><div id="i_sc1" style="top:147px;position:absolute;z-index:auto;height:20px;width:10px;background-color:#b5485d;text-align:center;cursor:pointer;"></div></div>';
out += '<div id="i_dn1" style="height:9px;width:10px;line-height:9px;text-align:center;"><a href="javascript:void(0);" onmousedown="s1.scrollC(1,s1.scrollC);" onmouseup="s1.scrollC(0);"><img src="../imgs/ico_frame_down.gif" width="10" height="9" border="0" /></a></div>';
out += '</td></tr></table>';
out += '</td></tr>';
out += '<tr><td width="8" height="12"><img src="../imgs/1pix.gif" width="1" height="1" /></td><td><img src="../imgs/1pix.gif" width="1" height="1" /></td></tr>';
out += '<tr><td width="8" height="1"><img src="../imgs/1pix.gif" width="1" height="1" /></td><td background="../imgs/1_3pix_red.gif"><img src="../imgs/1pix.gif" width="1" height="1" /></td></tr>';
out += '<tr><td width="8" height="12"><img src="../imgs/1pix.gif" width="1" height="1" /></td><td><img src="../imgs/1pix.gif" width="1" height="1" /></td></tr>';
out += '<tr><td width="8"><img src="../imgs/1pix.gif" width="1" height="1" /></td><td height="16" valign="top"><img src="../imgs/title_profilio_clientlist.gif" width="58" height="14" /></td></tr>';
out += '<tr><td width="8"><img src="../imgs/1pix.gif" width="1" height="1" /></td><td>';
out += '<table width="100%" border="0" cellpadding="0" cellspacing="0">';		
out += '<tr><td><div style="padding:0px;margin:0px; overflow:hidden;height:93px;" id="cc_2">';
out += get_clients();
out += '</div></td>';
out += '<td width="10" valign="top">';
out += '<div id="i_up2" style="height:9px;width:10px;line-height:9px;text-align:center;"><a href="javascript:void(0);" onmousedown="s2.scrollC(-1,s2.scrollC);" onmouseup="s2.scrollC(0);"><img  src="../imgs/ico_frame_up.gif" width="10" height="9" border="0" /></a></div>';
out += '<div id="i_sb2" style="height:75px;width:10px;text-align:left;"><div id="i_sc2" style="top:281px;position:absolute;z-index:auto;height:20px;width:10px;background-color:#b5485d;text-align:center;cursor:pointer;"></div></div>';
out += '<div id="i_dn2" style="height:9px;width:10px;line-height:9px;text-align:center;"><a href="javascript:void(0);" onmousedown="s2.scrollC(1,s2.scrollC);" onmouseup="s2.scrollC(0);"><img src="../imgs/ico_frame_down.gif" width="10" height="9" border="0" /></a></div>';
out += '</td></tr></table></td></tr>';
out += '<tr><td width="8" height="7"><img src="../imgs/1pix.gif" width="1" height="1" /></td>  <td><img src="../imgs/1pix.gif" width="1" height="1" /></td></tr>';
out += '</table>';

document.write(out);
}

