// JavaScript Document
function NavUrl(url) {
	
	window.location = "http://flyerscreator.com/" + url
	//window.location = "http://flyerscreator.com/New/" + url
	//window.location = "http://localhost:2903/NewEasyFlyerWithAjex/" + url
	
	}
	
	
function DownloadDotCom(){
window.location = "http://www.download.com/Easy Flyer Creator/3000-6675_4-10699134.html?part=dl-6284656&subj=dl&tag=button"
}
        	
