// JavaScript Document

function ShowOtherTierPrices(prodid, custid)
{
		var myw;
		var winid = 'otherTierPrices' + prodid;
		myw = window.open('http://www.zulumoon.com/wsproducttierprices.aspx?productid='+ prodid + '&wscustomerid=' + custid + '&rand=' + Math.random(), winid ,'width=500, height=300, toolbar=0,location=0, scrollbars=1, top=150, left=100');		
}
