function openLarge(size,group) {

	w = 800, h = 600;
	w = screen.availWidth;
	h = screen.availHeight;

	if (size == 0) {
		popW = 400;
		popH = 425;
		leftPos = (w-popW)/2;
		topPos = (h-popH)/2;
		window.open( rootdir + 'index.php?j=groupinfo.php&mod=shop&g=' + group + '&t=0.htm','large','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos);
	} else if (size == 2) {
		popW = 565;
		popH = 450;
		leftPos = (w-popW)/2;
		topPos = (h-popH)/2;
		window.open( rootdir + 'index.php?j=groupinfo.php&mod=shop&g=' + group + '&t=2.htm','large','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos);
	}else if (size == 4) {
		popW = 565;
		popH = 450;
		leftPos = (w-popW)/2;
		topPos = (h-popH)/2;
		window.open( rootdir + 'index.php?j=groupinfo.php&mod=shop&g=' + group + '&t=4.htm','large','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos);
	}
}

function openKey(pos) {

	w = 800, h = 600;
	w = screen.availWidth;
	h = screen.availHeight;
	popW = 260;
	popH = 175;
	leftPos = (w-popW)/2;
	topPos = (h-popH)/2;

	window.open( rootdir + 'custom/key/' + pos + '.htm','key','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos);

}

function openHelp(section) {

	w = 800, h = 600;
	w = screen.availWidth;
	h = screen.availHeight;
	popW = 420;
	popH = 330;
	leftPos = (w-popW)/2;
	topPos = (h-popH)/2;

	window.open( rootdir + 'index.php?j=help_frm.php&mod=help&target='+section,'help','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos);

}

function openHelpMap() {

	w = 800, h = 600;
	w = screen.availWidth;
	h = screen.availHeight;
	popW = 420;
	popH = 330;
	leftPos = (w-popW)/2;
	topPos = (h-popH)/2;

	window.open('index.php?j=help_frm.php&mod=help&target=shop','help','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos);

}

function openSend(url) {

	w = 800, h = 600;
	w = screen.availWidth;
	h = screen.availHeight;
	popW =290;
	popH = 325;
	leftPos = (w-popW)/2;
	topPos = (h-popH)/2;
	window.open( rootdir + url,'send','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos );

}

function openMap(l) {

	w = 800, h = 600;
	w = screen.availWidth;
	h = screen.availHeight;
	popW =450;
	popH = 480;
	leftPos = (w-popW)/2;
	topPos = (h-popH)/2;
	window.open( rootdir + 'index.php?j=custom/' + l + '_map.htm','map','width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos );

}

function openGuarantee() {

	w = 800, h = 600;
	w = screen.availWidth;
	h = screen.availHeight;
	popW = 525;
	popH = 325;
	leftPos = (w-popW)/2;
	topPos = (h-popH)/2;

	window.open( rootdir + 'index.php?j=custom/guarantee.htm','guarantee','scrollbars=yes,width=' + popW + ',height=' + popH + ',top=' + topPos + ',left=' + leftPos);

}