
function subnextpage(url) 

{  
//alert(url);
//next(url);
xmlConverter(1);	//Put in a 1 in order for xmlConverter not to close window
// dothepost()
 window.location.href = url;  //change window.open to window.location.href
  //window.self.location(url);
  //next(url);
}

function dothepost()
{
xmlConverter();	
return ;




}


