function dn(){}

function closeWindow(x)  
{
opener.location.href = x;
window.close();
}

function selectFirst(thisFrm)
{
	thisFrm.pf_id_1[0].checked=true;
}
function selectXSellConfig(thisFrm, num)
{
	thisFrm.config.value = "blazer"+num;	
	if(num>1) thisFrm.qty_1.selectedIndex = 0;
}




