// JavaScript Document
function openwindow($pg) {
	window.open("http://www.firefightershifttrade.com/comments.php?page=" + $pg,"Comments","menubar=1,resizable=1,width=350,height=250");
}

