Building Materials, Products, Manufacturers - Sweets NetworkPTIncluder.imageServerURL = 'http://products.construction.com/imageserver/';PTIncluder.basePath = 'plumtree/common/private/js/';PTIncluder.lang = 'en';PTIncluder.country = 'US';PTIncluder.debug = false;PTIncluder.loadComponent('jsportlet');PTIncluder.imageServerURL = 'http://products.construction.com/imageserver/';PTIncluder.basePath = 'plumtree/common/private/js/';PTIncluder.lang = 'en';PTIncluder.country = 'US';PTIncluder.debug = false;PTIncluder.loadComponent('jsportalmenus');// Define PTPortalContext for CSAPIPTPortalContext = new Object();PTPortalContext.GET_SESSION_PREFS_URL = 'http://products.construction.com/portal/server.pt?space=SessionPrefs&control=SessionPrefs&action=getprefs';PTPortalContext.SET_SESSION_PREFS_URL = 'http://products.construction.com/portal/server.pt?space=SessionPrefs&control=SessionPrefs&action=setprefs';PTPortalContext.USER_LOCALE = 'en-us';PTPortalContext.USER_LOGIN_NAME = 'Guest';PTPortalContext.PAGE_TYPE = PTPortalPage.TYPE_COMMUNITY_PAGE;function OpenPortletPrefsWindow(strURL) { window.open(strURL,'PortletPrefsWindow','width=700,height=500,resizable=1,status=0,toolbar=0,menubar=0,scrollbars=1,location=0'); }var g_PTImgSvrImgsURL = "http://products.construction.com/imageserver/plumtree/portal/private/img/";var g_SharedImgSvrImgsURL = "http://products.construction.com/imageserver/plumtree/portal/public/img/";var g_HelpSvrBaseURL = "http://products.construction.com/imageserver/plumtree/";PTIncluder.imageServerURL = 'http://products.construction.com/imageserver/';PTIncluder.basePath = 'plumtree/common/private/js/';PTIncluder.lang = 'en';PTIncluder.country = 'US';PTIncluder.debug = false;PTIncluder.loadComponent('jsrobohelp');function OpenerAS_GetApplicationBaseURL(){ return "http://products.construction.com/portal/server.pt?";}function OpenerAS_GetCurrentUserID(){ return "2";}function OpenerAS_GetParentSpaceName(){ return "";}function OpenerAS_GetParentSpaceID(){ return "";}function getJSUtilVersionObject() { return 'window';}/** The object that holds the safe variables. Store the vars as properties on the object, like a hashtable. **/var gSafeJSVarContainer = new Object();/** Define a new safe variable, pass the in the name and the value.Returns true if successful, method call will fail if the value is invalid. **/function addSafeVar(strName, oValue) { gSafeJSVarContainer[strName] = oValue; return true;}/** Retrieve a safe var. Returns false if the variable is undefined or if the value is actually false, but safe vars shouldn't be usedto store simple boolean values anyway. **/function getSafeVar(strName) { var temp = gSafeJSVarContainer[strName]; if (temp) { return temp; } else { return false;}}/** Retrieve a safe var, if the variable is undefined an alert will showwith the name of the variable. Use this method to retrieve criticalvariables. **/function getSafeVarWarn(strName) { var temp = gSafeJSVarContainer[strName]; if (temp) { return temp; } else { alert('Safe Variable: '+strName+' is not defined!'); }} function buildURLFromTemplate(strID) { var arArgs = strID.split(','); if(!arArgs){ alert('Invalid menu ID'); return null; } if(arArgs[0] == 'C'){ var strCommURL = PTCommonOpener.getOpenerURLOpenObjID(512, arArgs[1], '&PageID='+arArgs[2]+'', 2) if ( arArgs.length > 3) { strCommURL += '&ProfileID='+arArgs[3]; } return strCommURL; } else if (arArgs[0] == 'M') { return PTCommonOpener.getOpenerURLOpenObjID(518, 2, '&PageID='+arArgs[1]+'', 2) } else if (arArgs[0] == 'SM') { return 'http://products.construction.com/portal/server.pt?open=space&name=SiteMap&psname=CommunityPage&psid=0&cached=true&in_hi_userid=2&control=SetSiteMap&CommunityID='+arArgs[1]+'&Mode='+arArgs[2]+(eval(arArgs[3]) ? '&Preview=' : ''); } else if (arArgs[0] == 'S') { return null; } else if (arArgs[0] == 'E') { var params = ''; if ( arArgs.length > 1 ) { for ( var i = 2; i < arArgs.length; i++ ) { params += '&' + arArgs[i]; } } return 'http://products.construction.com/portal/server.pt?open=space&name='+arArgs[1]+'&psname=CommunityPage&psid=0&cached=true&in_hi_userid=2' + params; } else if (arArgs[0] == 'D') { return PTCommonOpener.getOpenerURLOpenObjID(17, arArgs[2], '&DirMode='+arArgs[1]+'', 2) } else if (arArgs[0] == 'G1') { var params = ''; if ( arArgs.length > 1 ) { for ( var i = 2; i < arArgs.length; i++ ) { params += '&' + arArgs[i]; } } return 'http://products.construction.com/portal/server.pt?open=space&name='+arArgs[1]+'&psname=CommunityPage&psid=0&cached=true&in_hi_userid=2' + params; } else if (arArgs[0] == 'IF') { return arArgs[1]; } else { alert('URL Type is not defined'); return null; } } function templateURLRedirect(templateURL) { if (templateURL == null) { return null; } var arArgs = templateURL.split(','); if (arArgs[0] == 'UP') { PTCommonOpener.openInSameWindow(PTCommonOpener.getOpenerURLOpenObjID(1, arArgs[1], '', 2)); } else if (arArgs[0] == 'DO') { PTCommonOpener.openInSameWindow(PTCommonOpener.getOpenerURLOpenObjID(18, arArgs[1], '', 2)); } else if (arArgs[0] == 'F') { window.location = arArgs[1]; } else { window.location = buildURLFromTemplate(templateURL); } }var windowOnloadFunction = (window.onload) ? window.onload : new Function;document.PCC.RegisterForWindowEvent("onload", windowOnloadFunction);var windowOnBlurFunction = (window.onblur) ? window.onblur : new Function;document.PCC.RegisterForWindowEvent("onblur", windowOnBlurFunction);var windowOnFocusFunction = (window.onfocus) ? window.onfocus : new Function;document.PCC.RegisterForWindowEvent("onfocus", windowOnFocusFunction);function getJSXMLVersionObject() { return 'window';}function executeViaEnter(evt){ evt = (evt) ? evt : event; var charCode = (evt.charCode) ? evt.charCode : ((evt.which) ? evt.which : evt.keyCode); if (charCode == 13 || charCode == 3) { return doLogin(); } return true;}if (document.layers){ document.captureEvents(Event.KEYPRESS) document.onkeypress=executeViaEnter;}function doOnLoad(){ restoreLoginInfo();}function getUserTextbox(){ return document.getElementById('pt-login-username-textbox');}function getPasswordField(){ return document.getElementById('pt-login-password-field');}function getAutoSourceSelect(){ return document.getElementById('pt-login-auth-select');}function getRememberCheckbox(){ return document.getElementById('pt-login-remember-checkbox');}function doLogin(){ var persistInfo = true; var cb = getRememberCheckbox(); if (!persistInfo || !cb || !cb.checked) { deleteLoginInfo(); } else { var userName = ''; var usr = getUserTextbox(); if (usr) { userName = usr.value; } var authSource = 0; var sel = getAutoSourceSelect(); if (sel) { authSource = sel.selectedIndex; } storeLoginInfo(userName,authSource); } var loginForm = document.LoginPortletForm; var hiddenLogin = loginForm.in_hi_dologin; hiddenLogin.value = 'true'; loginForm.submit();}function deleteLoginInfo(){ writeLoginCookie('','');}function storeLoginInfo(userName,authSource){ var value = 'user\t' + userName + '\nauth\t' + authSource; var expires = window.PTCookie.daysAway(60); writeLoginCookie(value,expires);}function restoreLoginInfo(){ var cookie = window.PTCookie.get('ptLastLoginAuthSource'); if (cookie) { var nvPairs = cookie.split('\n'); if (nvPairs && nvPairs.length) { var foundUser = false; for (var i = 0; i < nvPairs.length; i++) { var pair = nvPairs[i]; if (!pair) { continue; } var vals = pair.split('\t'); var key = vals[0]; var val = vals[1]; if (key == 'user') { var usr = getUserTextbox(); if (usr) { usr.value = val; foundUser = true; } } else if (key == 'auth') { var sel = getAutoSourceSelect(); var src = parseInt(val); if (sel && !isNaN(src)) { sel.selectedIndex = src; } } } var cb = getRememberCheckbox(); if (cb) { cb.checked = true; } (foundUser) ? focusPasswordField() : focusUserTextbox(); } else { focusUserTextbox(); } } else { focusUserTextbox(); }}function focusUserTextbox(){ var usr = getUserTextbox(); if (usr) { usr.focus(); }}function focusPasswordField(){ var pw = getPasswordField(); if (pw) { pw.focus(); }}function writeLoginCookie(value,expires){ window.PTCookie.set('ptLastLoginAuthSource',value,expires);}document.PCC.RegisterForWindowEvent('onload',restoreLoginInfo);var SA_ID='sweets2;sweets2';
pt_573 = new PTPortlet('573', '{239C499E-1EFD-4A89-9299-DEFAD94E04BC}', 'Header Portlet', 'pt-portlet-content-573', 'http://205.142.52.224:80', 'http://205.142.52.224:80/MHCPNWWebApp/webpages', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_573_204_241_43/', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_573_204_241_43/', 'false', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_6_2_573_204_241_43/');
if (!document.getElementById || !document.getElementById('Strings-PTU-Date-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('Strings-PTU-Number-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTUtil-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTDateFormats-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTXML-js')) { document.write(''); }
if (!document.getElementById || !document.getElementById('PTWC-SCRIPT-3-0')) {
document.write('');
}
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_573')) {
document.write('');//permit
}
var PT_WC_IMAGESERVER="http://products.construction.com/imageserver/";
var kw=''; var community='';
>
>
function SetCurrentPage(objIdCurPage,objEvent,objIdDopaging)
{
objCurPage = document.getElementById(objIdCurPage);
objDopaging = document.getElementById(objIdDopaging)
objDopaging.value = "true"
var CurPage = parseInt(objCurPage.value);
if(objEvent=="Next")
objCurPage.value = CurPage +1
else if(objEvent=="Prev")
objCurPage.value = CurPage -1
else
objCurPage.value = objEvent
}
if (isGoogleSponsoredLink(window.location.href,"ID=googleppc")) {
ForeCStdSetCookie(triggerParms["oecpp_sponsoredID"], "googleppc", null,'/',triggerParms["domain"]);
}
else {
openFSRTracker(1);
}
function setCookie(c_name,value,expiredays)
{
var exdate=new Date()
exdate.setDate(exdate.getDate()+expiredays)
alert(exdate);
document.cookie=c_name+ "=" +escape(value)+
((expiredays==null) ? "" : ";expires="+exdate.toGMTString())
}
//handleSession();
function callForeSeeSurvey()
{
PTPortlet.setSessionPref("SurveyCalled","false");
}
callForeSeeSurvey();
_uacct = "UA-2342361-1";
urchinTracker();
// this function gets the cookie, if it exists
function CallRegistration()
{
SetBrowseValues();
DeletePTCookies();
}
function open_MyAccount(strURL)
{
TopNavWebMetrics('MyAccount','');
strURL=strURL+escape(document.location.href);
//alert(strURL);
window.location.href=pt_573.transformURL(strURL);
}
function DeletePTCookies()
{
//Delete_Cookie('ScoutRunningCheck', '/', '');
Delete_Cookie('sasid', '/', '');
Delete_Cookie('sauid', '/', '');
Delete_Cookie('ASP.NET_SessionId', '/', '');
//Delete_Cookie('PCC_SESSION_STATE', '/', '');
//javascript:alert(window.PTCookie.get('ASP.NET_SessionId'));
//document.location.href='http://ssodev.cig.mcgraw-hill.com/SingleSignOn/Login.aspx?Register=1&redirectURL=http://mhc-portal-dev1.cig.mcgraw-hill.com/portal/server.pt';
}
function Get_Cookie( name ) { var start = document.cookie.indexOf( name + "=" ); var len = start + name.length + 1; if ( ( !start ) && ( name != document.cookie.substring( 0, name.length ) ) ) { return null; } if ( start == -1 ) return null; var end = document.cookie.indexOf( ";", len ); if ( end == -1 ) end = document.cookie.length; return unescape( document.cookie.substring( len, end ) ); }
function Delete_Cookie( name, path, domain ) { if ( Get_Cookie( name ) ) document.cookie = name + "=" + ( ( path ) ? ";path=" + path : "") + ( ( domain ) ? ";domain=" + domain : "" ) + ";expires=Thu, 01-Jan-1970 00:00:01 GMT"; }
//Delaying Popup Window
document.PCC.RegisterForWindowEvent("onload",DelayLoad());
//Siging Out
function signOut_573(url)
{
document.location=pt_573.transformURL(url)
}
//Refreshing the page while changing the community .
function Refresh(var1)
{
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BannerCommunity",var1)
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","CommSelForHomePortlets",var1)
PTPortlet.setSessionPref("BrowseDropDownList","")
PTPortlet.setSessionPref("PageName","Home");
PTPortlet.setSessionPref("CommunitySelected",document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","CommSelForHomePortlets"))
var valHomePageURL=PTPortlet.getSessionPref("HomePageURL")
var valUserID=PTPortlet.getSessionPref("UserID")
var valHomePage=PTPortlet.getSessionPref("HomePage")
var retnav2=getnav2(var1)
//alert(strnav2)
//WebMetrics Call
var nav="toppc"
//Modified code by Rakesh starts
var valHiddenParamValues=''
var valHiddenParamNames=''
var valHiddenInternalURL=''
if(null!=document.getElementById('hdnParamNames'))
valHiddenParamNames=document.getElementById('hdnParamNames').value
if(null!=document.getElementById('hdnParamValues'))
valHiddenParamValues=document.getElementById('hdnParamValues').value
if(null!=document.getElementById('hdnInternalURL'))
valHiddenInternalURL=document.getElementById('hdnInternalURL').value
var valParamValues=valHiddenParamValues+','+nav+','+retnav2
callwebmetrics(valHiddenParamNames,valParamValues,valHiddenInternalURL)
//modified code by Rakesh ends
document.location.href=pt_573.transformURL('http://products.construction.com/portal/server.pt?space=CommunityPage&parentid=0&cached=false&control=SetCommunity&PageID=0&CommunityID=204&parentname=Login')
}
//Setting the community as default while cliking on home link and mhcLogo
function setDefaultComm()
{
//Set the following Session Preferences for Search Portlet Rakesh 24th Oct 1900 hrs
PTPortlet.setSessionPref("HasClickedGo","YES")
PTPortlet.setSessionPref("SearchType","NewSearch")
PTPortlet.setSessionPref("mustIncludeOptions","")
PTPortlet.setSessionPref("searchMode","newsearch")
PTPortlet.setSessionPref("RefineRefresh","false")
PTPortlet.setSessionPref("IsNavigatorCall","false")
PTPortlet.setSessionPref("querySearch","")
//
PTPortlet.setSessionPref("CommunitySelected","Default")
PTPortlet.setSessionPref("BrowseDropDownList","")
PTPortlet.setSessionPref("ShowResultAs","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BannerCommunity","")
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","CommSelForHomePortlets","")
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","DontShowGreenBanner","1")
}
function AddtoWorkSpaceCommon(userID,contentElementID,entityType,entityCommonKey,webMetricsParams,webMetricsParamValues,webMetricsURL)
{
//alert(userID+'|'+contentElementID+'|'+entityType+'|'+entityCommonKey+'|'+webMetricsParams+'|'+webMetricsParamValues+'|'+webMetricsURL)
if(unescape(entityType).toUpperCase()=="COMPANY CATALOG")
entityType='C_CAT'
else if(unescape(entityType).toUpperCase()=="COMPANY" || unescape(entityType).toUpperCase()=="PRODUCT" || unescape(entityType).toUpperCase()=="FAMILY")
entityType=entityType.substring(0,1)
else if(entityType=="P_CAD")//Added by Rakesh
entityType='P_CAD'
else if(entityType=="P_GAL")
entityType='P_GAL'
else if(entityType=="C_GAL")
entityType='C_GAL'
else if(entityType=="P_CAT")
entityType='C'
else if(entityType=="C_CAT")
entityType='C'
else
entityType='P' //Added by Rakesh
var currentTime = new Date();
var detailUrl='http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_573_204_241_43/http%3B/205.142.52.224/MHCPNWWebApp/webpages/AddToWorkSpace.aspx?userid=';
detailUrl += userID+'&ceid='+contentElementID+'&grptype='+entityType+'&pfid='+entityCommonKey+'¤tTime='+currentTime
if(webMetricsURL!=undefined)
{
if(webMetricsParams.indexOf("|")!=-1)
InsertWebMetricsDataCommon(webMetricsParams,webMetricsParamValues,webMetricsURL,'|')
else
InsertWebMetricsDataCommon(webMetricsParams,webMetricsParamValues,webMetricsURL,'')
}
var vget=new PTHTTPGETRequest(detailUrl,handleAddToWorkSpaceResponseCommon)
vget.invoke()
}
function handleAddToWorkSpaceResponseCommon(response)
{
if(response.responseText.indexOf("GuestUser")!=-1)
alert("Please login to perform this operation.")
else if(response.responseText.indexOf("PNW_0006")!=-1)
{
handleRemoveContentWorkspace()
alert("Content Element saved to your workspace.");
}
else if(response.responseText.indexOf("PNW_0005")!=-1 )
alert("Maximum number of Elements already added for the user.")
else if(response.responseText.indexOf("PNW_0004")!=-1)
alert("This Content Element already added for the user.")
else
alert("Unable to add the element.")
}
function UtilitiesUrl(utility)
{
var value = utility;
var arr1=new Array();
var var1=document.getElementById('hdnHref');
arr1=(var1.value).split(",");
if(value =='help')
{
//window.open(arr1[0])
window.open('http://www.construction.com/help/SweetsHelp/default.asp');
return ;
}
else if(value =='resource')
{
var resourceLink=document.getElementById('hdnResourceLink');
document.location.href(resourceLink.value)
return ;
}
else if(value =='FAQ')
{
window.open(pt_573.transformURL(arr1[4]))
return ;
}
else if(value =='download')
{
var downloadLink=document.getElementById('hdnDownloadLink');
document.location.href(downloadLink.value)
return ;
}
}
function webmetricsforutility(utility)
{
var value = utility;
var arr1=new Array();
var var1=document.getElementById('hdnHref');
arr1=(var1.value).split(",");
if(value =='help')
{
//TopNavWebMetrics("Utilities","help",arr1[0])
TopNavWebMetrics("Utilities","help","http://www.construction.com/help/SweetsHelp/default.asp")
return ;
}
else if(value =='resource')
{
var resourceLink=document.getElementById('hdnResourceLink');
TopNavWebMetrics("Utilities","resource",resourceLink.value)
return ;
}
else if(value =='FAQ')
{
TopNavWebMetrics("Utilities","faq",arr1[4])
return ;
}
else if(value =='download')
{
var downloadLink=document.getElementById('hdnDownloadLink');
TopNavWebMetrics("Utilities","downloads",downloadLink.value)
return ;
}
}
//
// ----- Popup Control ---------------------------------------------------------
// ----- Show Aux -----
function at_show_aux(parent, child)
{
var p = document.getElementById(parent);
var c = document.getElementById(child );
var top = (c["at_position"] == "y") ? p.offsetHeight+2 : 0;
var left = (c["at_position"] == "x") ? p.offsetWidth +2 : 0;
//alert(top);
for (; p; p = p.offsetParent)
{
top += p.offsetTop;
left += p.offsetLeft;
}
c.style.position = "absolute";
c.style.top = top +'px';
c.style.left = left+'px';
c.style.visibility = "visible";
}
// ----- Show -----
function at_show()
{
var p = document.getElementById(this["at_parent"]);
var c = document.getElementById(this["at_child" ]);
at_show_aux(p.id, c.id);
clearTimeout(c["at_timeout"]);
}
// ----- Hide -----
function at_hide()
{
var c = document.getElementById(this["at_child"]);
c["at_timeout"] = setTimeout("document.getElementById('"+c.id+"').style.visibility = 'hidden'", 100);
}
// ----- Click -----
function at_click()
{
var p = document.getElementById(this["at_parent"]);
var c = document.getElementById(this["at_child" ]);
if (c.style.visibility != "visible")
at_show_aux(p.id, c.id);
else c.style.visibility = "hidden";
return false;
}
// ----- Attach -----
// PARAMETERS:
// parent - id of visible html element
// child - id of invisible html element that will be dropdowned
// showtype - "click" = you should click the parent to show/hide the child
// "hover" = you should place the mouse over the parent to show
// the child
// position - "x" = the child is displayed to the right of the parent
// "y" = the child is displayed below the parent
// cursor - Omit to use default cursor or check any CSS manual for possible
// values of this field
function dropdownmenu1(parent, child, showtype, position, cursor)
{
var p = document.getElementById(parent);
var c = document.getElementById(child);
p["at_parent"] = p.id;
c["at_parent"] = p.id;
p["at_child"] = c.id;
c["at_child"] = c.id;
p["at_position"] = position;
c["at_position"] = position;
c.style.position = "absolute";
c.style.visibility = "hidden";
if (cursor != undefined) p.style.cursor = cursor;
switch (showtype)
{
case "click":
p.onclick = at_click;
p.onmouseout = at_hide;
c.onmouseover = at_show;
c.onmouseout = at_hide;
break;
case "hover":
p.onmouseover = at_show;
p.onmouseout = at_hide;
c.onmouseover = at_show;
c.onmouseout = at_hide;
break;
}
}
products.construction.com/imageserver/RemoteGadgets/PNW/Home/logo_mhc.jpg " align=left>
products.construction.com/imageserver/RemoteGadgets/PNW/Home/MHC_logo.gif " width=320 border=0>
home
|
product
centers
|
find
a rep
|
utilities
|
education
|
project
network
|
spotlights
|
forums
email
password
products.construction.com/imageserver/RemoteGadgets/PNW/Home/signin.gif " name=in_bu_Login>
Invalid email or password
register
|
forgot
password
|
remember me
|
help
AEC
.....................
facilities
.....................
residential
.....................
Canadian
.....................
landscape
.....................
help
.................................
resources + links
.................................
downloads
.................................
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_573')) {
document.write('');//permit
}
if(typeof(window.PTWCControl_3_0) == "undefined") alert("Unable to find Plumtree EDK .NET Web Controls 3.0 Postback script library. Please install by running the EDK .NET Web Controls 3.0 installer on the imageserver.")
pt_618 = new PTPortlet('618', '{26D846F9-37EF-4436-A0E7-B9C9E093412C}', 'SearchBrowseCanvas Portlet', 'pt-portlet-content-618', 'http://205.142.52.224:80', 'http://205.142.52.224:80/MHCPNWWebApp/webpages', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_618_204_241_43/', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_618_204_241_43/', 'false', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_6_2_618_204_241_43/');
if (!document.getElementById || !document.getElementById('Strings-PTU-Date-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('Strings-PTU-Number-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTUtil-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTDateFormats-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTXML-js')) { document.write(''); }
if (!document.getElementById || !document.getElementById('PTWC-SCRIPT-3-0')) {
document.write('');
}
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_618')) {
document.write('');//permit
}
var PT_WC_IMAGESERVER="http://products.construction.com/imageserver/";
#pt-portlet-content-618.customappText{ BORDER-RIGHT: 0px; BORDER-TOP: 0px; MARGIN: 4px 0px 2px 16px; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px }
//Added for SearchResults and BrowseSearchResults
function SetSpotlightBreadCrumb(status)
{
var NavCallStatus = PTPortlet.getSessionPref("IsNavigatorCall")
if(NavCallStatus!=null)
if(NavCallStatus=="true")
PTPortlet.setSessionPref("IsNavigatorCall",'CP')
}
a.arialblack12:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #0066CC;
text-decoration: none;
}
a.arialblack12:active {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #0066CC;
text-decoration: none;
}
a.arialblack12:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #0066CC;
text-decoration: none;
}
.arialblack12 {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-decoration: none;
}
function ValidateSearchTxtBox_618(url)
{
var strSearchText=document.all['Search1_txtSearchTerm'].value
strSearchText = trim(strSearchText)
if(strSearchText.length
search
Search Tips?
*
| or |
function ValidateBrowsedropdown()
{
var strBrowseDDList=document.all['Browse1_ddlMstrFrmt']
if(strBrowseDDList.value == 'choose a division')
{
var lblError = document.all['Browse1_lblError']
lblError.style.display=""
document.all['Browse1_ddlMstrFrmt'].focus()
return false
}
return true
}
//function redirect to browse home page or refresh sections page
function RedirectToSections(pageid)
{
//calling function to validate browse dropdown
if(ValidateBrowsedropdown() == false)
{
return;
}
setSessionValues()
var pageID = document.getElementById('Browse1_hdnPSPageid');
if(pageid != pageID.value)
{
var url = document.all['Browse1_hdnUrl'];
//alert(url.value);
document.location.href=pt_618.transformURL(url.value);
}
else
{
RefreshSections();
}
}
//function to get the selected value in dropdown
//Commented by Rakesh
//function getSelectedOption()
//{
//var objddlMF=document.getElementById('Browse1_ddlMstrFrmt');
//objSelected=document.getElementById('Browse1_hdnSelectedDiv');
//objSelected.value=objddlMF.all[objddlMF.selectedIndex].innerText;
//}
//function to set the session values for browse
function setSessionValues()
{
var objSelected = ''
var objMFValue = document.getElementById('Browse1_ddlMstrFrmt');
if(objMFValue.value == "")
{
objSelected = PTPortlet.getSessionPref("BrowseDropDownList")
}
else
{
objSelected = objMFValue.options[objMFValue.selectedIndex].text
}
var showResultas;
PTPortlet.setSessionPref("isDoPostBack","yes");
PTPortlet.setSessionPref("HasClickedGo","yes");
PTPortlet.setSessionPref("BrowseDropDownList",objSelected);
PTPortlet.setSessionPref("ShowResultAs","Product");
PTPortlet.setSessionPref("IsNavigatorCall","false");
PTPortlet.setSessionPref("mustIncludeOptions","");
PTPortlet.setSessionPref("querySearch","");
PTPortlet.setSessionPref("MF04DivisionName",objSelected);
PTPortlet.setSessionPref("DivID",objMFValue.value);
PTPortlet.setSessionPref("BrowseSourceType","MasterFormat");
PTPortlet.setSessionPref("CurrentPage","Sections")
PTPortlet.setSessionPref("ListOrImage","cadpgpc")
PTPortlet.setSessionPref("NavigatorString","")
}
MasterFormat 2004
help
choose a division
01 00 00 - General Requirements
02 00 00 - Existing Conditions
03 00 00 - Concrete
04 00 00 - Masonry
05 00 00 - Metals
06 00 00 - Wood, Plastics, and Composites
07 00 00 - Thermal and Moisture Protection
08 00 00 - Openings
09 00 00 - Finishes
10 00 00 - Specialties
11 00 00 - Equipment
12 00 00 - Furnishings
13 00 00 - Special Construction
14 00 00 - Conveying Equipment
21 00 00 - Fire Suppression
22 00 00 - Plumbing
23 00 00 - Heating, Ventilating, and Air-Conditioning (HVAC)
25 00 00 - Integrated Automation
26 00 00 - Electrical
27 00 00 - Communications
28 00 00 - Electronic Safety and Security
31 00 00 - Earthwork
32 00 00 - Exterior Improvements
33 00 00 - Utilities
34 00 00 - Transportation
35 00 00 - Waterway and Marine Construction
40 00 00 - Process Integration
41 00 00 - Material Processing and Handling Equipment
42 00 00 - Process Heating, Cooling, and Drying Equipment
43 00 00 - Process Gas and Liquid Handling, Purification, and Storage Equipment
44 00 00 - Pollution Control Equipment
48 00 00 - Electrical Power Generation
*
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_618')) {
document.write('');//permit
}
if(typeof(window.PTWCControl_3_0) == "undefined") alert("Unable to find Plumtree EDK .NET Web Controls 3.0 Postback script library. Please install by running the EDK .NET Web Controls 3.0 installer on the imageserver.")
pt_613 = new PTPortlet('613', '{0BE9BB7F-F0CE-4068-AF39-D78848BF6A70}', 'TopSearches Portlet', 'pt-portlet-content-613', 'http://205.142.52.224:80', 'http://205.142.52.224:80/MHCPNWWebApp/webpages', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_613_204_0_43/', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_613_204_0_43/', 'false', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_6_2_613_204_241_43/');
if (!document.getElementById || !document.getElementById('Strings-PTU-Date-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('Strings-PTU-Number-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTUtil-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTDateFormats-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTXML-js')) { document.write(''); }
if (!document.getElementById || !document.getElementById('PTWC-SCRIPT-3-0')) {
document.write('');
}
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_613')) {
document.write('');//permit
}
var PT_WC_IMAGESERVER="http://products.construction.com/imageserver/";
var arr = new Array();arr[0]='aluminum windows|vinyl windows|transaction windows|sliding windows|';arr[1]='glass doors|overhead doors|wood doors|garage doors|';arr[2]='interior lighting|exterior lighting|fluorescent lighting|emergency lighting|';arr[3]='metal stairs|wood stairs|spiral stairs|stair nosings|';arr[4]='handrails|glass railings|guard railings|aluminum railings|';arr[5]='glass block|glazing|privacy glass|spandrel glass|';arr[6]='metal panels|access panels|wall panels|acoustical panels|';
#pt-portlet-613.portletBase { BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: 3px 0px 5px 16px; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none }
DIV A { FONT-SIZE: 11px; COLOR: black; LINE-HEIGHT: 14px; FONT-FAMILY: Arial; TEXT-DECORATION: none }
DIV A:hover { TEXT-DECORATION: underline }
#pt-portlet-613.portletBase { border:none; margin-bottom:0px; margin-right:0px; margin-left:16px; margin-top:2px }
DIV A { FONT-SIZE: 11px; COLOR: black; LINE-HEIGHT: 14px; FONT-FAMILY: Arial; TEXT-DECORATION: none }
DIV A:hover { TEXT-DECORATION: underline }
//Script for Redirection on Login
document.PCC.RegisterForWindowEvent("onload",getCookieTimeOut_613());
function getCookies_613()
{
var hdnGetCookie=document.getElementById('hidGetCookie');
var hdnFirstTimeLogin=document.getElementById('hdnFirstTimeLogin');
if( hdnGetCookie.value=="Y" && hdnFirstTimeLogin.value=="Y")
{
var pagename=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","PageName");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
var CommunitySelected=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","CommSelForHomePortlets")
PTPortlet.setSessionPref("CommunitySelected",CommunitySelected);
if(pagename=="BrowseResultProductTerm")
{
var browseValues=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","BrowseValuesProductTerm");
var arrValues=browseValues.split(",")
PTPortlet.setSessionPref("BrowseValuesProductTerm",arrValues[0]+","+arrValues[1]+","+arrValues[2]+","+arrValues[3]);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BrowseValuesProductTerm","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="ProductNewsHome" ||pagename=="ProductNewsDetails" ||pagename=="NewProductsDetails" || pagename=="AssociationsAndLinks")
{
var pageSetting=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","PageValues");
var arrValues=pageSetting.split("|");
PTPortlet.setSessionPref("CommunitySelected",arrValues[0]);
PTPortlet.setSessionPref("PageNumber",arrValues[1]);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageValues","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="BrowseUserControl")
{
var browseValues=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal", "BrowseUserControl");
var arrValues=browseValues.split(",")
PTPortlet.setSessionPref("BrowseValuesTradeName",arrValues[0]+","+arrValues[1]+","+arrValues[2]);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BrowseUserControl","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="BrowseResultTradeName")
{
var browseValues=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","BrowseValuesTradeName");
var arrValues=browseValues.split(",")
PTPortlet.setSessionPref("BrowseValuesTradeName",arrValues[0]+","+arrValues[1]+","+arrValues[2]+","+arrValues[3]);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BrowseValuesTradeName","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="BrowseResultCompanyName")
{
var browseValues=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","BrowseValuesCompanyName");
var arrValues=browseValues.split(",")
PTPortlet.setSessionPref("BrowseValuesCompanyName",arrValues[0]+","+arrValues[1]+","+arrValues[2]+","+arrValues[3]);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BrowseValuesCompanyName","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="BrowseResultSection")
{
var browseValues=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal", "BrowseValuesSection");
var arrValues= browseValues.split("|")
PTPortlet.setSessionPref("BrowseValuesSection",arrValues[0]+"|"+arrValues[1]+"|"+arrValues[2]+"|"+arrValues[3]+"|"+arrValues[4]+"|"+arrValues[5]);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BrowseValuesSection","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="BrowseFastResultPage")
{
var browseValues=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","BrowseValuesFastResult");
var arrValues=browseValues.split("|");
PTPortlet.setSessionPref("BrowseValuesFastResult",arrValues[0]+"|"+arrValues[1]+"|"+arrValues[2]+"|"+arrValues[3]+"|"+arrValues[4]+"|"+arrValues[5]+"|"+arrValues[6]+"|"+arrValues[7]+"|"+arrValues[8]+"|"+arrValues[9]+"|"+arrValues[10]+"|"+arrValues[11]+"|"+arrValues[12]+"|"+arrValues[13]+"|"+arrValues[14]+"|"+arrValues[15]+"|"+arrValues[16]+"|"+arrValues[17]);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BrowseValuesFastResult","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="SearchFastResult")
{
var pageSetting=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","PageSetting");
var sKey=pageSetting.split("|");
PTPortlet.setSessionPref("SearchValuesFastResult",pageSetting);
PTPortlet.setSessionPref("PageType","SearchFastResult");
PTPortlet.setSessionPref("querySearch",sKey[11]);
PTPortlet.setSessionPref("PageSetting",pageSetting); PTPortlet.setSessionPref("PageName",pagename); document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageSetting","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="Spotlight")
{
var pageSetting=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","PageValues");
PTPortlet.setSessionPref("PageSetting",pageSetting);
PTPortlet.setSessionPref("PageName",pagename);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageValues","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="ContentPresentation")
{
var cpSessionValues=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","CPSessionValues");
var arrValues = cpSessionValues.split("|")
//27th parameter (Filterby) is missing.. Added that after facing problem in webmetrics
var strCpSessValues = arrValues[0]+"|"+arrValues[1]+"|"+arrValues[2]+"|"+arrValues[3]+"|"+arrValues[4]+"|"+arrValues[5]+"|"+arrValues[6]+"|"+arrValues[7]+"|"+arrValues[8]+"|"+arrValues[9]+"|"+arrValues[10]+"|"+arrValues[11]+"|"+arrValues[12]+"|"+arrValues[13]+"|"+arrValues[14]+"|"+arrValues[15]+"|"+arrValues[16]+"|"+arrValues[17]+"|"+arrValues[18]+"|"+arrValues[19]+"|"+arrValues[20]+"|"+arrValues[21]+"|"+arrValues[22]+"|"+arrValues[23]+"|"+arrValues[24]+"|"+arrValues[25]+"|"+arrValues[26]+"|"+arrValues[27]+"|"+arrValues[28]
PTPortlet.setSessionPref("CPSessionValues",strCpSessValues);
//Browse Results
var browseValues = document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","BrowseValuesFastResult");
if (browseValues!=undefined)
{
PTPortlet.setSessionPref("BrowseValuesFastResult",browseValues);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BrowseValuesFastResult","");
}
//BrowseSection Results
var browseValuesSection = document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","BrowseValuesSection");
if (browseValuesSection!=undefined)
{
PTPortlet.setSessionPref("BrowseValuesSection",browseValuesSection);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BrowseValuesSection","");
}
//SearchResults
var searchValues = document.PCC.GetSessionState("urn:schemas.plumtree.com:personal", "SearchValuesFastResult");
if (searchValues!=undefined)
{
PTPortlet.setSessionPref("PageSetting",searchValues);
PTPortlet.setSessionPref("PageType","SearchFastResult");
}
//Spotlight
var spotlightValues = document.PCC.GetSessionState("urn:schemas.plumtree.com:personal", "PageValues");
if (spotlightValues!=undefined)
{
PTPortlet.setSessionPref("RefreshPageSetting",spotlightValues);
}
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","CPSessionValues","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="ceuhome")
{
var ceuSessionValues=document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","PageValues");
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
var arrValues = ceuSessionValues.split("|")
PTPortlet.setSessionPref("CEUTab",arrValues[0]);
PTPortlet.setSessionPref("CEUPageNumber",arrValues[1]);
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename=="Sitemap")
{
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename == "ResourceLinks")
{
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
else if(pagename == "Downloads")
{
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
document.location.href=pt_613.transformURL(document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","URL"));
}
}
else
{
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","PageName","");
}
}
function getCookieTimeOut_613()
{
setTimeout("getCookies_613()",800);
}
//Page refreshes and changes according to the product center selected
function selectProductCenter(var1,PCcaption)
{
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","BannerCommunity",var1);
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","CommSelForHomePortlets",var1)
document.PCC.PutSessionState("urn:schemas.plumtree.com:personal","CommunitySelected",var1);
PTPortlet.setSessionPref("CommunitySelected",document.PCC.GetSessionState("urn:schemas.plumtree.com:personal","CommunitySelected"))
var communitySelected=PTPortlet.getSessionPref("CommunitySelected")
//Webmetrics call
var retnav2=getnav2(var1)
var nav="conpc";
callwebmetrics(document.getElementById('hdnParamNamesTop').value,document.getElementById('hdnParamValuesTop').value+','+retnav2+','+nav+','+PCcaption,document.getElementById('hdnInternalURLTop').value);
//alert('selectproductCenter')document.location.href='http://products.construction.com/portal/server.pt?space=CommunityPage&parentid=0&cached=false&control=SetCommunity&PageID=0&CommunityID=204&parentname=Login'
document.location.href=pt_613.transformURL('http://products.construction.com/portal/server.pt?space=CommunityPage&parentid=0&cached=false&control=SetCommunity&PageID=0&CommunityID=204&parentname=Login' )
}
//function webmetricsQuickLinks(var1)
function webmetricsQuickLinks(var1,caption)
{
var retnav=getnav2(var1)
//WebMetrics Call
var nav="conql"
callwebmetrics(document.getElementById('hdnParamNamesTop').value,document.getElementById('hdnParamValuesTop').value+','+strnav2+','+nav+','+caption,document.getElementById('hdnInternalURLTop').value);
}
//Navigates to the Search Results Page bubblePopup(e)
function searchFor(searchKeyword)
{
PTPortlet.setSessionPref("querySearch",unescape(searchKeyword))
PTPortlet.setSessionPref("searhKey",unescape(searchKeyword))
PTPortlet.setSessionPref("resultType","mhc");
PTPortlet.setSessionPref("offset","0");
PTPortlet.setSessionPref("currentPage","1");
PTPortlet.setSessionPref("goButton","searchgo");
PTPortlet.setSessionPref("IsNavigatorCall","false");
PTPortlet.setSessionPref("NavigatorString","");
PTPortlet.setSessionPref("NavigatorFilter","")
PTPortlet.setSessionPref("relatedResultSearchFilter"," ");
PTPortlet.setSessionPref("BrowseDropDownList","choose a division");
PTPortlet.setSessionPref("ShowResultAs","Product");
PTPortlet.setSessionPref("searchMode","NEWSEARCH");
PTPortlet.setSessionPref("FilterFactor","Normal-Search");
PTPortlet.setSessionPref("SearchOrBrowse","Search");
PTPortlet.setSessionPref("ExternalSource","TOP");
var vSearchUrl = "http://products.construction.com/portal/server.pt?open=512&objID=204&PageID=252&cached=true&mode=2"+"&querySearch="+unescape(searchKeyword)+"&searchSource=TOP"
document.location.href=pt_613.transformURL(vSearchUrl)
}
top searches
windows doors lighting stairs railings glass panels
product centers
AEC facilities residential Canadian landscape all
quick links
CAD details 3 part specs product catalogs manufacturer directory trade names building types study continuing education
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_613')) {
document.write('');//permit
}
if(typeof(window.PTWCControl_3_0) == "undefined") alert("Unable to find Plumtree EDK .NET Web Controls 3.0 Postback script library. Please install by running the EDK .NET Web Controls 3.0 installer on the imageserver.")
pt_604 = new PTPortlet('604', '{AF717B48-2CC7-4DE5-A0E0-2C96FF1BDF8B}', 'NewProductsHome Portlet', 'pt-portlet-content-604', 'http://205.142.52.224:80', 'http://205.142.52.224:80/MHCPNWWebApp/webpages', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_604_204_0_43/', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_604_204_0_43/', 'false', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_6_2_604_204_241_43/');
if (!document.getElementById || !document.getElementById('Strings-PTU-Date-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('Strings-PTU-Number-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTUtil-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTDateFormats-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTXML-js')) { document.write(''); }
if (!document.getElementById || !document.getElementById('PTWC-SCRIPT-3-0')) {
document.write('');
}
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_604')) {
document.write('');//permit
}
var PT_WC_IMAGESERVER="http://products.construction.com/imageserver/";
#pt-portlet-604.portletBase { BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: 6px 0px 0px 16px; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none }
#pt-portlet-604.portletBase { border:none; margin-bottom:0px; margin-right:0px; margin-left:17px; margin-top:5px }
function ResetBreadcrumbAndWebMetrics_604(Name,Key,Caption)
{
ResetBreadcrumbAndWebMetrics(Name,Key,Caption);
}
featured product
ElectroLynx Hinge from McKINNEY
McKINNEY’s ElectroLynx electric hinges are equipped with make before break switches, which can be used to signal open or closed door position...more
new building products
> USG Introduces Libretto™ Gridless Metal Ceiling> CertainTeed Adagio Fiberglass/Mineral Ceilings> PPG Offers PERMA-CRETE® Vertical Concrete Stain> Rapid Floor® Systems Offers Level-Right® WearTop
more>>
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_604')) {
document.write('');//permit
}
if(typeof(window.PTWCControl_3_0) == "undefined") alert("Unable to find Plumtree EDK .NET Web Controls 3.0 Postback script library. Please install by running the EDK .NET Web Controls 3.0 installer on the imageserver.")
pt_607 = new PTPortlet('607', '{3445D064-91B6-425F-B76D-0EF21CDB594A}', 'ProductNewsHome Portlet', 'pt-portlet-content-607', 'http://205.142.52.224:80', 'http://205.142.52.224:80/MHCPNWWebApp/webpages', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_607_204_0_43/', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_607_204_0_43/', 'false', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_6_2_607_204_241_43/');
if (!document.getElementById || !document.getElementById('Strings-PTU-Date-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('Strings-PTU-Number-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTUtil-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTDateFormats-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTXML-js')) { document.write(''); }
if (!document.getElementById || !document.getElementById('PTWC-SCRIPT-3-0')) {
document.write('');
}
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_607')) {
document.write('');//permit
}
var PT_WC_IMAGESERVER="http://products.construction.com/imageserver/";
#pt-portlet-607.portletBase { BORDER-RIGHT: medium none; BORDER-TOP: medium none; MARGIN: 6px 0px 0px 16px; BORDER-LEFT: medium none; BORDER-BOTTOM: medium none }
#pt-portlet-607.portletBase { border:none; margin-bottom:0px; margin-right:0px; margin-left:17px; margin-top:5px }
document.PCC.RegisterForWindowEvent("onload",DelaySetCookiePN_607());
function DelaySetCookiePN_607()
{
setTimeout("SetCookiePN_607()",950)
}
function ResetBreadcrumbAndWebMetrics_607(Name,Key,Caption)
{
ResetBreadcrumbAndWebMetrics(Name,Key,Caption);
}
//To store the current page setting.
function SetCookiePN_607()
{
var pageSetting=document.getElementById('hdnPNPageSetting').value
var arrValues = pageSetting.split("|");
var pagename = arrValues[2];
pageSetting = arrValues[0] + "|" + arrValues[1];
SetLoginParams(pageSetting,pagename,document.location.href)
}
what's new!
Sweets Network enhancements
Easier to use Sweets Network with more convenient access to the information you use daily...
more
construction news
> Blue Giant Celebrates Its 45th Anniversary> Protech/Oxyplast Group Announces New Acquisitions> Amvic Introduces T-block Insulated Concrete Forms> Solomon Colors, Inc. Acquires Brickform
more>>
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_607')) {
document.write('');//permit
}
if(typeof(window.PTWCControl_3_0) == "undefined") alert("Unable to find Plumtree EDK .NET Web Controls 3.0 Postback script library. Please install by running the EDK .NET Web Controls 3.0 installer on the imageserver.")
pt_617 = new PTPortlet('617', '{159868F9-E508-441D-8CC1-EBEFFA3CACDC}', 'Touts Portlet', 'pt-portlet-content-617', 'http://205.142.52.224:80', 'http://205.142.52.224:80/MHCPNWWebApp/webpages', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_617_204_0_43/', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_617_204_0_43/', 'false', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_6_2_617_204_241_43/');
if (!document.getElementById || !document.getElementById('Strings-PTU-Date-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('Strings-PTU-Number-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTUtil-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTDateFormats-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTXML-js')) { document.write(''); }
if (!document.getElementById || !document.getElementById('PTWC-SCRIPT-3-0')) {
document.write('');
}
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_617')) {
document.write('');//permit
}
var PT_WC_IMAGESERVER="http://products.construction.com/imageserver/";
#pt-portlet-617.portletBase { border:none; margin-bottom:4px; margin-right:0px; margin-left:2px; margin-top:3px }
#pt-portlet-617.portletBase { border:none; margin-bottom:4px; margin-right:0px; margin-left:2px; margin-top:2px }
function ForumsPortlet_Refresh()
{
PTWCControl_3_0.doPostBack(617,'frmForums_617','','')
}
function InsertForumWebMetrix(Community,forumURL)
{
var strURL=document.getElementById('hdnForum').value
var WMParam = document.getElementById('hdnParamNames').value
var WMValues = document.getElementById('hdnParamValues').value + ',confo,,' + Community
InsertWebMetricsDataCommon(WMParam,WMValues,strURL)
window.open(forumURL,'_self')
}
function ResetBreadcrumbAndWebMetrics_617(Name,Key,Caption)
{
ResetBreadcrumbAndWebMetrics(Name,Key,Caption);
}
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_617')) {
document.write('');//permit
}
if(typeof(window.PTWCControl_3_0) == "undefined") alert("Unable to find Plumtree EDK .NET Web Controls 3.0 Postback script library. Please install by running the EDK .NET Web Controls 3.0 installer on the imageserver.") PTPMMenu.defaultCssFile = "http://products.construction.com/imageserver/plumtree/common/private/js/jsportalmenus/LATEST/styles/css/PTPMMenu.css";function createPrefsDropDownMenu(linksArray, strDivID){ var menu = new PTPMMenuContainer(); // Add each entry to the PTPMMenuContainer for ( j = 0; j < linksArray.length; j++ ) { var strImgSrc = linksArray[j][0]; var strImgWidth = linksArray[j][1]; var strTitle = linksArray[j][2]; var strURL = linksArray[j][3]; var strSuppressPopup = linksArray[j][4]; menu.menuItems[j] = new PTPMSimpleMenuItem(); // Set title menu.menuItems[j].text = strTitle; // Set Image menu.menuItems[j].image = new PTPMImage(); menu.menuItems[j].image.imgSrc = strImgSrc; menu.menuItems[j].image.imgWidth = strImgWidth; // Set action menu.menuItems[j].action = new PTPMJavaScriptAction(); if ( strSuppressPopup == '0' ) { menu.menuItems[j].action.js = 'OpenPortletPrefsWindow( "'+strURL+'")'; } else { menu.menuItems[j].action.js = 'window.location = "'+strURL+'"'; } } var buttonText =" " PTPMSelectMenu.init(menu, strDivID, buttonText);}
pt_570 = new PTPortlet('570', '{33A033B9-7B22-430F-A665-A98530938FFB}', 'Footer Portlet', 'pt-portlet-content-570', 'http://205.142.52.224:80', 'http://205.142.52.224:80/MHCPNWWebApp/webpages', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_570_204_0_43/', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_570_204_0_43/', 'false', 'http://products.construction.com/portal/server.pt/gateway/PTARGS_6_2_570_204_241_43/');
if (!document.getElementById || !document.getElementById('Strings-PTU-Date-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('Strings-PTU-Number-en-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTUtil-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTDateFormats-js')) { document.write(''); } if (!document.getElementById || !document.getElementById('PTXML-js')) { document.write(''); }
if (!document.getElementById || !document.getElementById('PTWC-SCRIPT-3-0')) {
document.write('');
}
if (!document.getElementById || !document.getElementById('PTPortletErrorSPAN_570')) {
document.write('');//permit
}
var PT_WC_IMAGESERVER="http://products.construction.com/imageserver/";
HTML { BACKGROUND: url(sp.gif) fixed }
DIV#CPmaximize { POSITION:absolute;TOP:expression(document.body.scrollTop+(document.body.clientHeight-this.offsetHeight)) }
DIV#CPmaximize {POSITION:fixed;}
//Email
function OpenEmail_570(sourceURL,companyID,productID,strCelID)
{
OpenEmail(sourceURL,companyID,productID,strCelID)
}
//Remove ContentElement
function RemoveContent_570(userID,contentElementID)
{
var currentTime = new Date();
var detailUrl='http://products.construction.com/portal/server.pt/gateway/PTARGS_0_2_570_204_0_43/http%3B/205.142.52.224/MHCPNWWebApp/webpages/MHCFooter.aspx?userID='
detailUrl+=userID+'&celID='+contentElementID+'¤tTime='+currentTime
var get=new PTHTTPGETRequest(detailUrl,handleRemoveContentWorkspace)
get.invoke()
}
//Handles the refresh response and redraws
function handleRemoveContentWorkspace(response)
{
//MaximizeOrMinimize('minimize window')
PTWCControl_3_0.doPostBack('570','frmWorkspace_570','','')
}
//Calling Content Presentation Page
function CallContentPresentationPage_570(companyID,groupType,contentElementID,contentPresentationURL)
{
CallContentPresentationPage(companyID,groupType,contentElementID,contentPresentationURL)
}
//Dropdown hiding/showing during scrolling
window.onscroll=function ProcessScroll_570()
{
ProcessScroll()
}
function MaximizeOrMinimize_570(caption)
{
setWSStyle()
return MaximizeOrMinimize(caption)
}
function OpenOtherSitesLinks_570(elementId)
{
OpenOtherSitesLinks(elementId)
}
function scrollayer_570(layername,amt,tim)
{
scrollayer(layername,amt,tim)
}
function stopScroll_570()
{
stopScroll()
}
function contactus_570()
{
contactus()
}
function setWSStyle()
{
document.body.style.overflowY="scroll"
if(screen.width>800)
{
document.body.style.overflowX="hidden"
}
else if(screen.width |
|