


function itemDetail(imageLink, header)
{    
	var ItemDetailURL = "/popups/onetoown.aspx?link=" + imageLink + "&Header=" + header;	
	try
	{    		
	    window.open(ItemDetailURL,'Gemstone','LEFT=350,top=110, height=425px, width=350px,scrollbars=1,menubar=no,toolbars=no,resizable=no');
	}
	catch(e)
	{	
	}
}

function OneToOwn(StockCode,CurrentItem )
{	
	try
	{    		
	    window.location = "/theonetoown.aspx?StockCode=" + StockCode + "&CurrentItem=" + CurrentItem;
	}
	catch(e)
	{	
	}
}

