function CopyCode(url)
	{
		doc=parent.bottomFrame.document;
		doc.smcode.mycode.value = "[img]"+url+"[/img]";
		doc.smcode.mycode.select();
			if (doc.execCommand)
		       {
					doc.execCommand('copy');
			   }
	}
