function resizeWindow()
{
	window.resizeTo(370,370);
	return true;
}


function showTrend(partNum) 
{
    var sWindow = window.open('trend.html','Trend','width=370,height=370,scrollbars=no,left=100,top=100,screenx=100,screeny=100,resizable=no,toolbar=no,status=no,location=no,menubar=no');
    sWindow.focus();
}
