function saveImage2(imagepath)
{
	var fileName = 'http://www.mapsofagra.com/save_pdf.php?id='+imagepath;
	popUpWin1(fileName);
}

function popUpWin1(URL)
{
	day = new Date();
	id	= day.getTime();
	eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0, scrollbars=1, location=center, statusbar=0, menubar=0, resizable=0, width=500, height=300')");
}
