// JavaScript Document
function PrintOffer(url)
{
	window.open(url, 'printoffer', 'width=600,height=500');
}
