function openLot(lotID)
{
	window.open("/NewAE/auction/lotdetail.asp?lotid=" + lotID, lotID, "width=600,height=600,menubar=no,toolbar=no,location=no,scrollbars=yes,resizeable=no");
}

function openImg(aid, lotnumber, imagecount)
{
	window.open("/NewAE/auction/viewimage.asp?aid=" + aid + "&lotnumber=" + lotnumber + "&count=" + imagecount, "Image", "toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes,width=500,height=500");
}

function openLot_keyword(keyword, id)
{
	window.open("/NewAE/auction/lotdetail_highlight.asp?q=" + keyword + "&lotid=" + id, "AuctionLot", "width=600,height=600,menubar=no,toolbar=no,location=no,scrollbars=yes,resizeable=no");
}

/*
function openLot_keyword1(keyword, id)
{
	window.open("/NewAE/auction/lotdetail_highlight1.asp?q=" + keyword + "&lotid=" + id, "AuctionLot", "width=600,height=600,menubar=no,toolbar=no,location=no,scrollbars=yes,resizeable=no");
}
*/