/**************************************************
 * @name 		Code Javascript                   *
 * @version 	1.0.0                             *
 * @author 	    Ahmed Sakr                        *
 * @copyright 	sahmnet.net 2009 (C)              *
 * @mail        sales@sahmnet.net                 *
 * @TEL         00213770812667                    *
 * @date        11-05-2009                        *
 **************************************************/

function replay_winks(){
    document.all.winks_movie.Play();
}

function gotopage(url){
    parent.location = url;
}

function bookmarksite(title,url){
    if (window.sidebar) 
    	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ 
		var elem = document.createElement('a');
		elem.setAttribute('href',url);
		elem.setAttribute('title',title);
		elem.setAttribute('rel','sidebar');
		elem.click();
    } 
	else if(document.all)
    	window.external.AddFavorite(url, title);
}


var copytoclip=1

function naskh(theField) {
var tempval=eval('document.all.'+theField)
tempval.focus()
tempval.select()
if (document.all&&copytoclip==1){
therange=tempval.createTextRange()
therange.execCommand('Copy')
alert('تم نسخ الرابط في الحافظة لديك');
}
}

