// v1.1: Script change to use in other news tools Dec 3rd, 07
// -------------------------------------------------------------------
// Shenidar News Implementation: http://www.shenidar.com
// v1.0: Script created in Shot4u Studio (http://www.shot4u.com) Nov 21th, 07
// -------------------------------------------------------------------
var i,iw,ih,iwi,ihi,iil,iflag;
i=0;iwi=640;ihi=220;
if (document.getElementsByTagName ('BODY')[0].dir=="rtl") {
iil=0;
iflag = false;
} else {
iil=window.screen.availWidth - iwi - 22;
iflag = true;
}
/* AUTO COMMENTS DISPLAY
commentwin=dhtmlwindow.open("commentbox", "iframe", "../../news_comment.asp?key="+NewsID+"", "Comments", "width="+iwi+"px,height="+ihi+"px,left="+iil+"px,top=0px,resize=1,scrolling=1");
function min() {
if (i<=15) {
	i++;
	ih =  ihi + i*16;
	iw = iwi - i*25;
	commentwin.setSize(iw,ih);
	if (iflag) {
		commentwin.moveTo(iil+i*25,0);
	}
	setTimeout("min()", 20);
	}
}
setTimeout("min()", 5000);
*/
function commentme(){
commentwin=dhtmlwindow.open("commentbox", "iframe", "../../news_comment.asp?key="+NewsID+"", "Comments", "width=640px,height=480px,left=0px,top=0px,resize=1,scrolling=1");
commentwin.moveTo('middle', 'middle');
}
function printme(){
printwin=dhtmlwindow.open("printbox", "iframe", "../../news_print.asp?key="+NewsID+"", "Printable version", "width=640px,height=480px,left=0px,top=0px,resize=0,scrolling=1");
printwin.moveTo('middle', 'middle');
}
function mailme(){
mailwin=dhtmlwindow.open("mailbox", "iframe", "../../news_mailto.asp?key="+NewsID+"", "Send Email", "width=640px,height=480px,left=0px,top=0px,resize=0,scrolling=1");
mailwin.moveTo('middle', 'middle');
}