﻿function GetPartInformation()
{
	var	partNumber = document.getElementById("txtPartSearch");
	window.open("http://store.irtronix.com/search.asp?si=**&sp=" + partNumber.value);
}