﻿//-- Truck Part Surplus Embedded Page Search
//-- Copyright 2008 Truck Parts Surplus, All Rights Reserved.

var _customerID = -1;

function LoadTruckPartSurplusPortal() {
        var address = 'http://www.truckpartsurplus.com/Portals/Default.aspx'
        if (_customerID > 0) {
            address += '?c=' + _customerID;
        }
        document.write("<table cellspacing=\"0\" cellpadding=\"0\" style=\"width: 100%;\"><tr><td>")
        document.write("<iframe src=\"" + address + "\" frameBorder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"auto\" height=\"800px\" width=\"100%\"></iframe>");
        document.write("</table>")        
}