﻿//-- PartSeek Truck
//-- Copyright 2007 PartSeek, All Rights Reserved.

var _type="Normal";

function PartSeekTruck() {
    if (_type=="Normal") {
        document.write("<iframe src=\"http://www.partseek.com/\" frameBorder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"auto\" height=\"760px\" width=\"735px\"></iframe>");
    } else {
        document.write("<iframe src=\"http://www.partseek.com/\" frameBorder=\"0\" marginheight=\"0\" marginwidth=\"0\" scrolling=\"auto\" height=\"750px\" width=\"535px\"></iframe>");
    }
}
