/* trct-www js */

function openWindow(tURL, wName, features)
{
	window.open(tURL, wName, features);
}

function openFixed(tURL) {
	window.open(tURL, 'window', 'scrollbars=no,width=600,height=240');
}

function openFixedImage(tURL) {
	window.open(tURL, 'window', 'scrollbars=no,width=640,height=480');
}