﻿function popup(id) {

window.open("favorite.php?fileid="+id,"hi","width=350,height=100,resizable=no ");

}

function popup2(id) {

window.open("send2frnd.php?fileid="+id,"hi","width=370,height=170,resizable=no ");

}

function popup3(id) {

window.open("send2frnd.php?newsid="+id,"hi","width=200,height=170,resizable=no ");

}

function p() {

window.print();

}

function stop() {

	this.stop;

}

function start() {

	this.start;

}