﻿function sendFromAS3(mouse){
	alert("mouseX="+mouse[0]+":mouseY="+mouse[1]);
}

function sceneSelect(arg){
	//alert("sceneSelect : " + arg);
	var imageArea=document.imageAreaAs3||window.imageAreaAs3;
	imageArea.imageAreaSelectScene(arg)
	//alert(flash.imageAreaSelectScene(arg));
	//alert(flash.as_func())
}

function itemSelect(arg){
	//alert("itemSelect : " + arg);
	var thumArea=document.thumAreaAs3||window.thumAreaAs3;
	thumArea.thumAreaSelectItem(arg)
}

function address_check(){
	var current_address = document.URL;
	var ad_arr = current_address.split('#');
	return ad_arr[1];
}

