

// javascript document


var showProdDetails;

function getProdDetails(baseURL)
{
showProdDetails = window.open(baseURL, 'chairDetails', 'dependent=yes,width=554,height=580,left=150,top=150,location=yes,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no'); 

	showProdDetails.focus();

     return false;
    }

/*
function clsSmllWndw()
{
	if(window.showProdDetails)
		{
		alert(showProdDetails.close);
		}

	else
		{
		alert('What the hell!');
		}
}

*/




