<!--
var win;
function opensubwin( url )
{
	if( url != "" ) {
		win = window.open(url,"opensubwin","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=430,height=300,")
		win.focus();
	}
}
function opensubwin2( url )
{
	if( url != "" ) {
		win = window.open(url,"opensubwin2","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=670,height=630,")
		win.focus();
	}
}
function opensubwin3( url )
{
	if( url != "" ) {
		win = window.open(url,"opensubwin3","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=300,height=250,")
		win.focus();
	}
}
function opensubwin_det( url, ww, hh )
{
	if( url != "" ) {
		win = window.open(url,"opensubwin3","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width="+ww+",height="+hh+",")
		win.focus();
	}
}
function opensubwin_rcp( url )
{
	if( url != "" ) {
		window.self.location.href='index.php?menu=receipt';
		win = window.open(url,"opensubwin_rcp","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=670,height=630,")
		win.focus();
	}
}
function opensubwin_deliv( url )
{
	if( url != "" ) {
		window.self.location.href='index.php?menu=sended';
		win = window.open(url,"opensubwin_deliv","status=0,resizable=1,scrollbars=1,toolbar=0,directories=0,scrolling=1,menubar=0,location=0,width=670,height=630,")
		win.focus();
	}
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
//-->