// JavaScript Document
function winpop(){
	window.open('http://www.tripmanager.com/tmnewui/tripdemo.htm','tripdemo','scrollbars=yes,resizable=yes,width=640,height=480');
}

function marketUpdates(url){
	window.open(url,'tripdemo','scrollbars=no,resizable=yes,width=590,height=755');
}