
/* playncPopup */
function CallPNC(url)
{ 
 pncWindow=window.open("https://ssl.plaync.jp"+url,"pncWindow","width=900, height=620,top=30,left=30");
 pncWindow.opener=self;
 pncWindow.focus();
}
