function verPopPup(sPopup){
	var WinID = 0;
	window.open(sPopup, WinID, 'Left=150px,Top=150px,Height=535px,Width=585px,help=no,status=no,scrollbars=yes');
}

function verPopPupHija(sPopup){
	var WinID = 1;
	window.open(sPopup, WinID, 'dependent=yes,Left=150px,Top=150px,Height=535px,Width=585px,help=no,status=no,scrollbars=yes');
}

function verPopPupNieta(sPopup){
	var WinID = 2;
	window.open(sPopup, WinID, 'dependent=yes,Left=150px,Top=150px,Height=535px,Width=585px,help=no,status=no,scrollbars=yes');
}

function session_win() {
  window.open("<?php echo tep_href_link(FILENAME_INFO_SHOPPING_CART); ?>","info_shopping_cart","height=460,width=430,toolbar=no,statusbar=no,scrollbars=yes").focus();
}

