function kPress(myEvents)
{
status = "SET SALON J-STYLE";
}
document.onkeypress = kPress;








