var objWin;

function popupTktWin(hotelCode) {
	
	var imgWidth=560;
	var imgHeight=500;
	var targetURL='card.html'
	objWin = window.open("#","subWindow","width="+imgWidth+",height="+imgHeight+",toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=0,resizable=0");
	objWin.document.open();
	tag = '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">';
	tag = '<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja" dir="ltr">';
	tag += '<head>';
	tag += '<meta http-equiv="content-type" content="text/html; charset=utf-8" />';
	tag += '<meta http-equiv="content-language" content="ja" />';
	tag += '<meta http-equiv="content-script-type" content="text/javascript" />';
	tag += '<meta http-equiv="content-style-type" content="text/css" />';
	tag += '<title>'+'プリンスカード'+'</title>';
	tag += '<link rel="stylesheet" type="text/css" media="screen,tv,projection,print" href="/kk2/common/css/caution2.css" />';
	tag += '<script type="text/javascript" src="/common/js/rollover.js"></script>';
	tag += '<script type="text/javascript">';
	tag += 'function openURL(){';
	tag += 'window.open('+"'"+targetURL+"','win','"+'width=980,height=640,toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1'+"'"+');';
	tag += 'window.close();';
	tag += '}'
	tag += '</script>';
	tag += '</head>';
	tag += '<body style="margin:0; padding:0;">';	
	tag += '<div id="content">';
	tag += '<div class="rightBox">';
	tag += '<img src="/kk2/common/imgs/reservation/title_attention.gif" alt="ご案内" width="330" height="18" />';
	tag += '<img src="/kk2/common/imgs/reservation/img_card2d.jpg" alt="菊華会会員証" />';
	tag += '<p>菊華会会員さま専用のご優待サービスとなります。<br /><span>（菊華会会員証をお持ちでない方は、ご利用できません。）</span></p>';
	tag += '<div class="btnOK"><a href="javascript:openURL();"><img src="/kk2/common/imgs/reservation/btn_next.jpg" alt="次へ" width="136" height="35" border="0" /></a></div>';
	tag += '</div>';
	tag += '</body>';
	tag += '</html>';
	objWin.document.write(tag);
	objWin.document.close();
	objWin.focus();
};


	
	

