function print_openPopup(nDocID, strLang)
{
	//window.open(getLocationPath() + 'Shared/UserControls/Print/PopUp.aspx?lang=' + strLang + '&docid=' + nDocID,'print','top=190,left=30,width=670,scrollbars=yes,toolbar=no,resizable=yes');
	window.open('/Shared/UserControls/Print/PopUp.aspx?lang=' + strLang + '&docid=' + nDocID,'print','top=190,left=30,width=670,scrollbars=yes,toolbar=no,resizable=yes');
}

function printProduct_openPopup(nDocID, strLang)
{
	//window.open(getLocationPath() + 'Shared/UserControls/Print/PopUpProduct.aspx?lang=' + strLang + '&docid=' + nDocID,'print','top=190,left=30,width=670,scrollbars=yes,toolbar=no,resizable=yes');
	window.open('/Shared/UserControls/Print/PopUpProduct.aspx?lang=' + strLang + '&docid=' + nDocID,'print','top=190,left=30,width=670,scrollbars=yes,toolbar=no,resizable=yes');
}

function print_printDoc()
{
	print();
	setTimeout("window.close()", 2000);
}
