// JavaScript Document
function openFlash(id, width, height)
{
	window.open("displayFlash.asp?id=" + id, "fwin", "width=" + width + ", height=" + height + ",scrollbars=no,menubar=no,resizable=no,status=no,toolbar=no")
}

