/**
 * @author http://m5it.org
 */

var pRConfig = Class.create();
pRConfig.prototype = {
	initialize: function(){
		this.id_page_header  = "header";
		this.id_page_uheader = "under_header";
		this.id_page_lcon    = "lcon";
		this.id_page_rcon    = "rcon";
		this.id_page_footer  = "footer";
		
		this.id_page_B_switch = "switch";
		this.id_page_B_show   = "show_menu";
		this.id_page_B_coat   = "pageCoat";
		
		this.set_pageMenuDisable = "no";   // yes  | no 
		this.set_pageMenuSide    = "left"; // left | right
		
		this.set_pageHMargin = 3; // setting horizontal side space in ( px )
		this.set_pageVMargin = 0;  // setting vertical side space in ( px )
		
		this.set_pageMenuWidth   = 310;
		
        this.set_pageHeadHeight  = 15;
        this.set_pageUHeadHeight = 55;
        this.set_pageFootHeight  = 15;
	}
}
