function getDocument(doc,loc) {
	window.open('/custom_apps/onlinedocs/_documentGrabber.cfm?doc='+doc+'&loc='+loc, 'documentRetrieve', 'location=0, menubar=0, resizable=1, scrollbars=1, status=0, toolbar=0');
}

/*
function getDocument(doc,loc) {
	document.od.owner.value = loc;
	document.od.asset.value = doc;
	document.od.submit();
}
*/

