﻿function change_text(id,text,width,height)
{
	document.getElementById(id).value = "<a href=\"http://www.freetools.co.il/%D7%92%D7%95%D7%92%D7%9C%2Dpagerank\" target=\"_blank\"><img src=\"http://www.freetools.co.il/prcheck/prcheck.asp?t=" + text + "\" width=\"" + width + "\" height=\"" + height + "\" border=\"0\" alt=\"Pagerank - קידום בגוגל\" /></a>"
	
}

function change_text_alexa(id,text,width,height)
{
	document.getElementById(id).value = "<a href=\"http://www.freetools.co.il/%D7%90%D7%9C%D7%A7%D7%A1%D7%94\" target=\"_blank\"><img src=\"http://www.freetools.co.il/alexa/alexacheck2.asp?t=" + text + "\" width=\"" + width + "\" height=\"" + height + "\" border=\"0\" alt=\"אלקסה - קידום אתרים\" /></a>"
	
}

function change_text_online(id,text,width,height,tapuz)
{
if(tapuz=="") {

document.getElementById(id).value = "<a href=\"http://www.freetools.co.il/\" target=\"_blank\"><img src=\"http://www.freetools.co.il/online/online.asp?t=" + text + "\" width=\"" + width + "\" height=\"" + height + "\" border=\"0\" alt=\"בניית אתרים\" /></a>"

} else {

document.getElementById(id).value = "<a href=\"http://www.freetools.co.il/%D7%92%D7%95%D7%9C%D7%A9%D7%99%D7%9D%2D%D7%91%D7%90%D7%AA%D7%A8\" target=\"_blank\"><img src=\"http://www.freetools.co.il/online/online.asp?t=" + text + "&tapuz=" + tapuz + "\" width=\"" + width + "\" height=\"" + height + "\" border=\"0\" alt=\"גולשים באתר - שיווק באינטרנט\" /></a>"

} 
	
	
}

function change_text_gpos(id,text,width,height,kw)
{
if(kw=="") {

document.getElementById(id).value = "<a href=\"http://www.freetools.co.il/%D7%A7%D7%99%D7%93%D7%95%D7%9D_%D7%90%D7%AA%D7%A8%D7%99%D7%9D/\" target=\"_blank\"><img src=\"http://www.freetools.co.il/gposition/gposition.asp?t=" + text + "&kw=empty\" width=\"" + width + "\" height=\"" + height + "\" border=\"0\" alt=\"קידום אתרים\" /></a>"

} else {

document.getElementById(id).value = "<a href=\"http://www.freetools.co.il/%D7%A7%D7%99%D7%93%D7%95%D7%9D_%D7%90%D7%AA%D7%A8%D7%99%D7%9D/\" target=\"_blank\"><img src=\"http://www.freetools.co.il/gposition/gposition.asp?t=" + text + "&kw=" + kw + "\" width=\"" + width + "\" height=\"" + height + "\" border=\"0\" alt=\"קידום אתרים\" /></a>"

} 
	
	
}
