﻿// JScript File
function openEtoro(url) {
    var mode = 1;
    if (mode == 1)
                window.open(unescape(url));
}

document.write("<table border='0' cellpadding='0' cellspacing='0' width='" + etoroWidth + "'><tr><td align='center' valign='top'><iframe id='rates' width='" + etoroWidth + "' height='" + etoroHeight + "' scrolling='" + etoroScrolling + "'  frameborder='0' src='http://widgets.etoro.com/charts/?one="+ etoroCurency1 +"&two="+ etoroCurency2 + "&URL=" + etoroURL + "'></iframe></td></tr>");
document.write("</table>");

