document.write("<font color='green'>In Stock</font><br>We have 16 units on hand");

function PopupLogin(sPage, sTitle, sOption)
{
	window.open(sPage, sTitle, sOption);
	return;
}
