// JavaScript Document
function popup(url, height, width, top, left) {
	if (height == null) 
		height = 200;
	if (width == null)
		width = 150;
	if (top == null)
		top = 10;
	if (left == null)
		left = 10;
	newwindow=window.open(url,'name','top=' + top + ',left=' + left + ',height=' + height +  ',width=' + width + ',scrollbars=1');
}

function OpenPopupHistory(){
	window.open('http://thongsia.com.hk/eng/popup_flash.php?section=history','movie','width=1020,height=750,scrollbars=0,top=0,left=0');
}
function showprofile(name){
	switch (name){
		case 'sammi': case 'leehom':
			window.open('http://thongsia.com.hk/eng/profile.php?name='+name, '', 'width=650,height=600,scrollbars=1,left=0,top=0');
			break;
	}
}

function rightclick(){
	return false;
}

function logo() {
	window.location = 'http://www.mynextrend.com/thongsia2/';
	window.open('http://www.seikowatches.com');
}
