﻿// JavaScript File

function PopUp(type, id){
	info = window.open("/Chamber/PopUp.aspx?Type=" + type + "&ID=" + id, "", 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=400,height=175,left=100,top=100');
}

