/* ******************************  This is the quickedit.js file that should be located @ the SCS target server, inside the website's folder ******************************************** */
var QEConfig = new Object();

QEConfig.editEnabled=true;
QEConfig.approveEnabled=true;
QEConfig.SITE_NAME = "Chem-English";
QEConfig.WP_URL = "http://hoedca91/wpsb";
QEConfig.BASE_URL = "http://www.prod.wip.exxonmobilchemical.com:9001/Chem-English/"; 

QEConfig.editServerBase= QEConfig.WP_URL + "/siteBuilder/quickedit/";  //Set the root to the quickedit code base

QEConfig.pencilImagePath = QEConfig.editServerBase;
QEConfig.pencilStyle="position:absolute;z-index:1;";
QEConfig.windowStyle="directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,status=yes,titlebar=no,toolbar=no";    
QEConfig.formWindowStyle="directories=no,location=no,menubar=no,resizable=yes,scrollbars=no,status=yes,titlebar=no,toolbar=no";    
QEConfig.wysiwygHeight = "400px";
QEConfig.wysiwygWidth = "700px";
QEConfig.textlineHeight = "50px";
QEConfig.textlineWidth = "379px";
QEConfig.keywordHeight = "400px";
QEConfig.keywordWidth = "450px";
QEConfig.approverHeight = "25px";
QEConfig.approverWidth = "250px";


function quickEdit(a,b,c,d,e,f,g,h)
{		
}

function quickEditForm(a,b,c,d,e,f,g,h,i,j,k)
{		
}
