/*  original before modifificaition 
function nw(a) {
	window.open(a,'cartframe','width=530,height=550,resizable=0,scrollbars=1')
}

function shwdtls(a) {
  window.open(a,"details","width=445,height=550,scrollbars=yes,status=no");
}

function shwd2(a) {
  window.open(a,"details","width=610,height=550,scrollbars=yes,status=no");
}
*/

function nw(a) {
	window.open(a,'cartframe','width=530,height=550,resizable=yes,scrollbars=1')
}

function shwdtls(a) {
  window.open(a,"details","width=445,height=550,resizable=yes,scrollbars=yes,status=no");
}

function shwd2(a) {
  window.open(a,"details","width=610,height=550,resizable=yes,scrollbars=yes,status=no");
}