function rlp_frames(catid,siz) { 
//catid=1;
//siz=2;

var c1=886;
var r1=550;
var r2_1=27;
var r2_2=523;
var c2_1=90;
var c2_2=796;

if (siz < 2)
{
c1=706;
r1=436;
r2_1=21;
r2_2=415;
c2_1=72;
c2_2=634;

} 
  s =  '';
  s += '<frameset cols="*,'+ c1 +',*" rows="*,'+ r1 +',*" border="0" marginwidth="0" marginheight="0" frameborder="0" framespacing="0">';

s += '<frame src="spacer.html" name="top_l" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" border="0" noresize>';
s += '<frame src="spacer.html" name="mid_l" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" border="0" noresize>';
s += '<frame src="spacer.html" name="bottom_l" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" border="0" noresize>';

s += '<frame src="spacer.html" name="top_m" marginwidth="0" marginheight="0" marginwidth="0" marginheight="0" border="0" scrolling="no" noresize>';
s += '<frameset rows="'+ r2_1 +','+ r2_2 +'" frameborder="0" framespacing="0" border="0" marginwidth="0" marginheight="0">';
s += '<frame NAME="topFrame" target="mainFrame" id="topFrame" src="top_frame.php?c=';
s += catid +'&s='+ siz;
s += '" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="0" noresize>';
 
s += '<frameset cols="'+ c2_1 +','+ c2_2 +'" frameborder="0" framespacing="0" border="0" marginwidth="0" marginheight="0">';
s += '<frame NAME="lFrame" id="lFrame" src="left.html" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" border="0" style="margin:0px; padding:0px;" noresize>';
s += '<frame NAME="mainFrame" id="mainFrame" src="content_frame.php?c=';
s += catid +'&s='+ siz;
s += '" marginwidth="0" marginheight="0" frameborder="0" border="0" style="margin:0px; padding:0px;" noresize>';
s += '</frameset>';
s += '</frameset>';
s += '<frame src="spacer.html" name="bottom_m" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" border="0" noresize>';

s += '<frame src="spacer.html" name="top_r" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" border="0" noresize>';
s += '<frame src="spacer.html" name="mid_r" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" border="0" noresize>';
s += '<frame src="spacer.html" name="bottom_r" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" border="0" noresize>';
s += '</frameset>';


return(s);
};
