﻿// JavaScript Document

function showPic(desc,w,h,x,d){
boxContent = "<div style='width:" + w + ";height:25px;background-color:#716A62' align='right'><a href='javascript:parent.TINY.box.hide();'><img border='0' src='images/closebtn.png'></a></div><img width='" + w + "' height='" + h + "' src='/en/showpic.aspx?t=2&x=" + encodeURIComponent(x) + "'><div style='width:" + (w - 10) + ";padding:5px;background-color:#5B5652;color:white;font:tahoma 11px;direction:" + d + "'>" + desc + "</div>";
TINY.box.show(boxContent,0,0,0,1);
}

function showHelp(){
boxContent = "<div style=\"width:780px;padding:10px\">";
boxContent += "<div style=\"float:left\"><a href=\"javascript:document.getElementById('myFrame').contentWindow.print();\"><img style=\"border:none\" src=\"images/printerIcon.png\"></a></div>";
boxContent += "<div style=\"float:right\"><a href=\"javascript:TINY.box.hide();\"><img style=\"border:none\" src=\"images/close.jpg\"></div>";
boxContent += "<div style=\"clear:both\"></div>";
boxContent += "</div>";

boxContent += "<iframe frameborder=\"0\" id=\"myFrame\" width=\"800\" height=\"450\" src=\"website_sms_help.html\"></iframe>";
TINY.box.show(boxContent,0,0,0,1);
}
