$(document).ready(function(){
$('img').on('contextmenu', function(){ return false; });
});
function changeStyle(st)
{
$("#ColorStyle").attr('href','https://www.shandiz.ac.ir/Styles/Style-'+st+'.css');
$("#shandizlogo").attr('src','https://www.shandiz.ac.ir/Images/'+(st=='blue'?'':st+'/')+'logo.png');
setCookie('TmpColor', st, 1, '/');
}
function setCookie(sName, sValue, oExpiresDayAfter, sPath, sDomain, bSecure) {
var sCookie = sName + "=" + encodeURIComponent(sValue)+";";
if (oExpiresDayAfter)
{
var date = new Date();
date.setTime(date.getTime() + (oExpiresDayAfter * 24 * 60 * 60 * 1000));
sCookie += "expires=" + date.toGMTString() + ";";
}
sPath && (sCookie += "path=" + sPath + ";");
sDomain && (sCookie += "domain=" + sDomain + ";");
bSecure && (sCookie += "secure" + ";");
document.cookie = sCookie;
return true;
}
function saveVoting()
{
isSelected = false;
for(var i=0;i