

var MakePDF = function(){
	
	window.location.href = 'http://' + window.location.hostname + '/products/MakePDF.php?h=' + escape('<table border="1">' + $('flyerInfo').innerHTML + '</table>');
	//var request = new Request({
	//	url: '/products/MakePDF.php?h=' + escape('<table>' + $('flyerInfo').innerHTML + '</table>')
//	}).post();
}

//url: 'http://' + window.location.hostname + '/admin/PhotoProcess.php?process=imageupload',