var authorId = "216F8A9D-3691-4007-9DC5-EC85DC08D7D6";
var pageOrientation = "1";
var topMargin = "0.225";
var bottomMargin = "0.225";
var leftMargin = "0";
var rightMargin = "0";

//document.write('<a href="javascript:savePageAsPDF()"><img src="http://savepageaspdf.pdfonline.com/pdfonline/img/save_as_pdf.gif" width="128" height="26" border="0" target="_blank"></a>');

function savePageAsPDF( $page ) {
  var sUriRequest = "";
  sUriRequest = "author_id=" + authorId;
  sUriRequest += "&page=" + pageOrientation;
  sUriRequest += "&top=" + topMargin;
  sUriRequest += "&bottom=" + bottomMargin;
  sUriRequest += "&left=" + leftMargin;
  sUriRequest += "&right=" + rightMargin;

	documentLoc = "http://" + document.domain + $page;
	  
	// savepageaspdf.pdfonline.com
	var pURL = "http://savepageaspdf.pdfonline.com/pdfonline/pdfonline.asp?cURL=" + documentLoc + "&" + sUriRequest;
	window.open(pURL, "PDFOnline", "scrollbars=yes,resizable=yes,width=640,height=480,menubar,toolbar,location");
}
