//add to fav
AddToFav=function(url,title){
	if ((navigator.appVersion.indexOf("MSIE") > 0)  && (parseInt(navigator.appVersion) >= 4)) {window.external.AddFavorite(url,title);}
}
//Frame Print by: Ali Karimabadi
framePrint=function framePrint(whichFrame,id){
	parent[whichFrame].designMode='on';
	parent[whichFrame].document.body.style.direction='rtl';
	parent[whichFrame].document.body.style.fontSize='11px';
	parent[whichFrame].document.body.style.fontFamily='tahoma';
	parent[whichFrame].document.body.innerHTML=document.getElementById(id).innerHTML;
	parent[whichFrame].focus();
	parent[whichFrame].print();
}


//wrtie smiles code to comment
writeImgTag=function(code,id){
	var cache = 	document.getElementById(id).note.value;
	this.code = code;
	document.getElementById(id).note.value = cache + code;
	document.getElementById(id).note.focus();
}
