// JavaScript Document

function popup( path, width, height ) {
		window.open( path, "78ljkdshj78", "width=" + width + ", height=" + height + ", top=100, left=100" );
	}